We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 771d448 commit d44dd56Copy full SHA for d44dd56
1 file changed
appveyor.yml
@@ -13,6 +13,10 @@ environment:
13
- PYTHON: "C:\\Python38"
14
PYVER: 3
15
BITS: 32
16
+ - PYTHON: "C:\\Python39"
17
+ APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
18
+ PYVER: 3
19
+ BITS: 32
20
- PYTHON: "C:\\Python36-x64"
21
22
BITS: 64
@@ -22,6 +26,10 @@ environment:
26
- PYTHON: "C:\\Python38-x64"
23
27
24
28
29
+ - PYTHON: "C:\\Python39-x64"
30
31
32
+ BITS: 64
25
33
34
init:
35
- "ECHO %PYTHON% %vcvars% (%bits%)"
0 commit comments