We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58aea42 commit 043c179Copy full SHA for 043c179
appveyor.yml
@@ -1,17 +1,10 @@
1
+image:
2
+ - Visual Studio 2019
3
environment:
-
- global:
4
- # SDK v7.0 MSVC Express 2008's SetEnv.cmd script will fail if the
5
- # /E:ON and /V:ON options are not enabled in the batch script intepreter
6
- # See: http://stackoverflow.com/a/13751649/163740
7
- WITH_COMPILER: "cmd /E:ON /V:ON /C .\\appveyor\\run_with_compiler.cmd"
8
9
matrix:
10
11
- - PYTHON: "C:\\Python37-x64"
12
- PYTHON_VERSION: "3.7.x"
+ - PYTHON: "C:\\Python38-x64"
+ PYTHON_VERSION: "3.8.x"
13
PYTHON_ARCH: "64"
14
15
init:
16
- "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"
17
0 commit comments