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 f3269f6 commit 569b917Copy full SHA for 569b917
.appveyor.yml
@@ -9,6 +9,10 @@ environment:
9
PYTHON: 'C:\Python38\python.exe'
10
- GENERATOR: 'Visual Studio 14 Win64'
11
PYTHON: 'C:\Python38-x64\python.exe'
12
+ - GENERATOR: 'Visual Studio 14'
13
+ PYTHON: 'C:\Python39\python.exe'
14
+ - GENERATOR: 'Visual Studio 14 Win64'
15
+ PYTHON: 'C:\Python39-x64\python.exe'
16
17
init:
18
- cmd: '%PYTHON% -m pip install -U nose wheel'
0 commit comments