Skip to content

Commit d97ffc8

Browse files
committed
Added Python 3.7 builds
1 parent f546dd3 commit d97ffc8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ environment:
33
- PYTHON: "C:\\Python27"
44
- PYTHON: "C:\\Python35"
55
- PYTHON: "C:\\Python36"
6+
- PYTHON: "C:\\Python37"
67
- PYTHON: "C:\\Python27-x64"
78
- PYTHON: "C:\\Python35-x64"
89
- PYTHON: "C:\\Python36-x64"
10+
- PYTHON: "C:\\Python37-x64"
911

1012
install:
1113
- "%PYTHON%\\python.exe -m pip install wheel"

0 commit comments

Comments
 (0)