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 b4a4a95 commit ffc3362Copy full SHA for ffc3362
appveyor.yml
@@ -18,6 +18,10 @@ environment:
18
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
19
PYVER: 3
20
BITS: 32
21
+ - PYTHON: "C:\\Python311"
22
+ APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
23
+ PYVER: 3
24
+ BITS: 32
25
- PYTHON: "C:\\Python37-x64"
26
27
BITS: 64
@@ -32,6 +36,10 @@ environment:
32
36
33
37
34
38
39
+ - PYTHON: "C:\\Python311-x64"
40
41
42
+ BITS: 64
35
43
44
init:
45
- "ECHO %PYTHON% %vcvars% (%bits%)"
0 commit comments