Skip to content
This repository has been archived by the owner on May 1, 2020. It is now read-only.

Add python3.7 support #12

Merged
merged 10 commits into from
Sep 23, 2018
Prev Previous commit
enable back all win builds
  • Loading branch information
menshikh-iv committed Sep 22, 2018
commit 1396ce96af69bba1f014ae1eee752842278e7f27
37 changes: 19 additions & 18 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -10,33 +10,34 @@ environment:
secure: qXqY3dFmLOqvxa3Om2gQi/BjotTOK+EP2IPLolBNo0c61yDtNWxbmE4wH3up72Be

matrix:
- PYTHON: "C:\\Python37"
PYTHON_VERSION: "3.7.0"
PYTHON_ARCH: "32"

- PYTHON: "C:\\Python27"
PYTHON_VERSION: "2.7.12"
PYTHON_ARCH: "32"

# - PYTHON: "C:\\Python27-x64"
# PYTHON_VERSION: "2.7.12"
# PYTHON_ARCH: "64"
- PYTHON: "C:\\Python27-x64"
PYTHON_VERSION: "2.7.12"
PYTHON_ARCH: "64"

# - PYTHON: "C:\\Python35"
# PYTHON_VERSION: "3.5.2"
# PYTHON_ARCH: "32"
- PYTHON: "C:\\Python35"
PYTHON_VERSION: "3.5.2"
PYTHON_ARCH: "32"

# - PYTHON: "C:\\Python35-x64"
# PYTHON_VERSION: "3.5.2"
# PYTHON_ARCH: "64"
- PYTHON: "C:\\Python35-x64"
PYTHON_VERSION: "3.5.2"
PYTHON_ARCH: "64"

# - PYTHON: "C:\\Python36"
# PYTHON_VERSION: "3.6.0"
# PYTHON_ARCH: "32"
- PYTHON: "C:\\Python36"
PYTHON_VERSION: "3.6.0"
PYTHON_ARCH: "32"

- PYTHON: "C:\\Python36-x64"
PYTHON_VERSION: "3.6.0"
PYTHON_ARCH: "64"

# - PYTHON: "C:\\Python36-x64"
# PYTHON_VERSION: "3.6.0"
# PYTHON_ARCH: "64"
- PYTHON: "C:\\Python37"
PYTHON_VERSION: "3.7.0"
PYTHON_ARCH: "32"

- PYTHON: "C:\\Python37-x64"
PYTHON_VERSION: "3.7.0"