Skip to content

Commit d44dd56

Browse files
committed
[appveyor] Add Python 3.9 tests
1 parent 771d448 commit d44dd56

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

appveyor.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ environment:
1313
- PYTHON: "C:\\Python38"
1414
PYVER: 3
1515
BITS: 32
16+
- PYTHON: "C:\\Python39"
17+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
18+
PYVER: 3
19+
BITS: 32
1620
- PYTHON: "C:\\Python36-x64"
1721
PYVER: 3
1822
BITS: 64
@@ -22,6 +26,10 @@ environment:
2226
- PYTHON: "C:\\Python38-x64"
2327
PYVER: 3
2428
BITS: 64
29+
- PYTHON: "C:\\Python39-x64"
30+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
31+
PYVER: 3
32+
BITS: 64
2533

2634
init:
2735
- "ECHO %PYTHON% %vcvars% (%bits%)"

0 commit comments

Comments
 (0)