8000 AppVeyor: Add Python 3.7 and remove 3.6 · loude/msgpack-python@b1d658e · GitHub
[go: up one dir, main page]

Skip to content

Commit b1d658e

Browse files
committed
AppVeyor: Add Python 3.7 and remove 3.6
1 parent cc7fd57 commit b1d658e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ test_script:
2121
- ci\\runtests.bat
2222
- set PYTHON="C:\\Python27-x64"
2323
- ci\\runtests.bat
24-
- set PYTHON="C:\\Python35"
25-
- ci\\runtests.bat
26-
- set PYTHON="C:\\Python35-x64"
27-
- ci\\runtests.bat
2824
- set PYTHON="C:\\Python36"
2925
- ci\\runtests.bat
3026
- set PYTHON="C:\\Python36-x64"
3127
- ci\\runtests.bat
28+
- set PYTHON="C:\\Python37"
29+
- ci\\runtests.bat
30+
- set PYTHON="C:\\Python37-x64"
31+
- ci\\runtests.bat
3232

3333
after_test:
3434
# This step builds your wheels.

0 commit comments

Comments
 (0)
0