We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac3e84e commit b6833cdCopy full SHA for b6833cd
appveyor.yml
@@ -7,10 +7,12 @@ environment:
7
MINICONDA: "C:\\Miniconda37"
8
- PYTHON_VERSION: 3.7
9
MINICONDA: "C:\\Miniconda37-x64"
10
- - PYTHON_VERSION: 3.8
11
- MINICONDA: "C:\\Miniconda38"
12
- PYTHON_VERSION: 3.8
13
MINICONDA: "C:\\Miniconda38-x64"
+ APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
+ - PYTHON_VERSION: 3.9
14
+ MINICONDA: "C:\\Miniconda39-x64"
15
16
17
init:
18
- "ECHO %PYTHON_VERSION% %MINICONDA%"
0 commit comments