Skip to content

Commit ffed721

Browse files
committed
Add more windows builds
1 parent eddecd6 commit ffed721

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

appveyor.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,17 @@ environment:
77
- PYTHON: "C:\\Python34"
88
- PYTHON: "C:\\Python35"
99
- PYTHON: "C:\\Python36"
10+
- PYTHON: "C:\\Python37"
11+
- PYTHON: "C:\\Python38"
12+
- PYTHON: "C:\\Python39"
1013
#- PYTHON: "C:\\Python27-x64"
1114
- PYTHON: "C:\\Python34-x64"
1215
DISTUTILS_USE_SDK: "1"
1316
- PYTHON: "C:\\Python35-x64"
1417
- PYTHON: "C:\\Python36-x64"
18+
- PYTHON: "C:\\Python37-x64"
19+
- PYTHON: "C:\\Python38-x64"
20+
- PYTHON: "C:\\Python39-x64"
1521

1622
install:
1723
# initialize the submodule

0 commit comments

Comments
 (0)