We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc7fd57 commit b1d658eCopy full SHA for b1d658e
appveyor.yml
@@ -21,14 +21,14 @@ test_script:
21
- ci\\runtests.bat
22
- set PYTHON="C:\\Python27-x64"
23
24
- - set PYTHON="C:\\Python35"
25
- - ci\\runtests.bat
26
- - set PYTHON="C:\\Python35-x64"
27
28
- set PYTHON="C:\\Python36"
29
30
- set PYTHON="C:\\Python36-x64"
31
+ - set PYTHON="C:\\Python37"
+ - ci\\runtests.bat
+ - set PYTHON="C:\\Python37-x64"
32
33
after_test:
34
# This step builds your wheels.
0 commit comments