We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f546dd3 commit d97ffc8Copy full SHA for d97ffc8
.appveyor.yml
@@ -3,9 +3,11 @@ environment:
3
- PYTHON: "C:\\Python27"
4
- PYTHON: "C:\\Python35"
5
- PYTHON: "C:\\Python36"
6
+ - PYTHON: "C:\\Python37"
7
- PYTHON: "C:\\Python27-x64"
8
- PYTHON: "C:\\Python35-x64"
9
- PYTHON: "C:\\Python36-x64"
10
+ - PYTHON: "C:\\Python37-x64"
11
12
install:
13
- "%PYTHON%\\python.exe -m pip install wheel"
0 commit comments