Skip to content

Commit 1027903

Browse files
committed
COMP: Fix appveyor package upload using "Python38-x64" instead of "Python27-x64"
This commit attempts to address the following errors: ``` pip : DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support At line:1 char:1 + pip install scikit-ci-addons==0.18.0 + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (DEPRECATION: Py...ython-2-support:String) [], RemoteException + FullyQualifiedErrorId : NativeCommandError [...] ERROR: Could not find a version that satisfies the requirement backoff~=2.1.2 (from githubrelease>=1.5.6->scikit-ci-addons==0.18.0) (from versions: 1.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7, 1.1.0, 1.2.0, 1.2.1, 1.3.0, 1.3.1, 1.3.2, 1.4.0, 1.4.1, 1.4.2, 1.4.3, 1.5.0, 1.6.0, 1.7.0, 1.7.1, 1.8.0, 1.8.1, 1.9.0, 1.9.1, 1.9.2, 1.10.0, 1.11.0, 1.11.1) ERROR: No matching distribution found for backoff~=2.1.2 (from githubrelease>=1.5.6->scikit-ci-addons==0.18.0) ```
1 parent 7036387 commit 1027903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ environment:
2323
APPLAUNCHER_BUILD_WRAPPER: ""
2424
BLOCK: "0"
2525

26-
PYTHON_DIR: "C:\\Python27-x64"
26+
PYTHON_DIR: "C:\\Python38-x64"
2727
PATH: "%PYTHON_DIR%;%PYTHON_DIR%\\Scripts;%PATH%"
2828
GITHUB_TOKEN:
2929
secure: tBrUc3IczNjD3kBiOYQ0bYF9tDXv7jQU33G3vZhhhbSDtxWVNeZo7iKmEuXyDbkw

0 commit comments

Comments
 (0)