mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 09:50:01 +00:00
AppVeyor: Add Python 3.7 and remove 3.6
This commit is contained in:
parent
cc7fd5722b
commit
b1d658e7a0
1 changed files with 4 additions and 4 deletions
|
|
@ -21,14 +21,14 @@ test_script:
|
|||
- ci\\runtests.bat
|
||||
- set PYTHON="C:\\Python27-x64"
|
||||
- ci\\runtests.bat
|
||||
- set PYTHON="C:\\Python35"
|
||||
- ci\\runtests.bat
|
||||
- set PYTHON="C:\\Python35-x64"
|
||||
- ci\\runtests.bat
|
||||
- set PYTHON="C:\\Python36"
|
||||
- ci\\runtests.bat
|
||||
- set PYTHON="C:\\Python36-x64"
|
||||
- ci\\runtests.bat
|
||||
- set PYTHON="C:\\Python37"
|
||||
- ci\\runtests.bat
|
||||
- set PYTHON="C:\\Python37-x64"
|
||||
- ci\\runtests.bat
|
||||
|
||||
after_test:
|
||||
# This step builds your wheels.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue