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 feb0e0a commit 150da51Copy full SHA for 150da51
appveyor.yml
@@ -1,5 +1,5 @@
1
version: 1.3.{build}
2
-image: Visual Studio 2015
+image: Visual Studio 2019
3
configuration: Release
4
environment:
5
global:
@@ -19,6 +19,8 @@ environment:
19
PYTHON: 'C:\Python38\python.exe'
20
- GENERATOR: 'Visual Studio 14 Win64'
21
PYTHON: 'C:\Python38-x64\python.exe'
22
+ - GENERATOR: 'Visual Studio 14 Win64'
23
+ PYTHON: 'C:\Python39-x64\python.exe'
24
25
matrix:
26
fast_finish: true
0 commit comments