We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6e599d commit ea87d8aCopy full SHA for ea87d8a
1 file changed
appveyor.yml
@@ -17,6 +17,10 @@ environment:
17
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
18
PYVER: 3
19
BITS: 32
20
+ - PYTHON: "C:\\Python310"
21
+ APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
22
+ PYVER: 3
23
+ BITS: 32
24
- PYTHON: "C:\\Python36-x64"
25
26
BITS: 64
@@ -30,6 +34,10 @@ environment:
30
34
31
35
32
36
37
+ - PYTHON: "C:\\Python310-x64"
38
39
40
+ BITS: 64
33
41
42
init:
43
- "ECHO %PYTHON% %vcvars% (%bits%)"
0 commit comments