Merge pull request #294 from borismo/feature/WinPy37
Add configuration for Windows Python 3.7
This commit is contained in:
12
appveyor.yml
12
appveyor.yml
@ -17,11 +17,19 @@ environment:
|
||||
PYTHON_ARCH: "64"
|
||||
|
||||
- PYTHON: "C:\\Python36"
|
||||
PYTHON_VERSION: "3.6.1"
|
||||
PYTHON_VERSION: "3.6.7"
|
||||
PYTHON_ARCH: "32"
|
||||
|
||||
- PYTHON: "C:\\Python36-x64"
|
||||
PYTHON_VERSION: "3.6.1"
|
||||
PYTHON_VERSION: "3.6.7"
|
||||
PYTHON_ARCH: "64"
|
||||
|
||||
- PYTHON: "C:\\Python37"
|
||||
PYTHON_VERSION: "3.7.1"
|
||||
PYTHON_ARCH: "32"
|
||||
|
||||
- PYTHON: "C:\\Python37-x64"
|
||||
PYTHON_VERSION: "3.7.1"
|
||||
PYTHON_ARCH: "64"
|
||||
|
||||
build: false
|
||||
|
||||
Reference in New Issue
Block a user