Skip to content

Commit ea87d8a

Browse files
committed
[appveyor] Add Python 3.10 builds
1 parent f6e599d commit ea87d8a

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

appveyor.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ environment:
1717
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
1818
PYVER: 3
1919
BITS: 32
20+
- PYTHON: "C:\\Python310"
21+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
22+
PYVER: 3
23+
BITS: 32
2024
- PYTHON: "C:\\Python36-x64"
2125
PYVER: 3
2226
BITS: 64
@@ -30,6 +34,10 @@ environment:
3034
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
3135
PYVER: 3
3236
BITS: 64
37+
- PYTHON: "C:\\Python310-x64"
38+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
39+
PYVER: 3
40+
BITS: 64
3341

3442
init:
3543
- "ECHO %PYTHON% %vcvars% (%bits%)"

0 commit comments

Comments
 (0)