Skip to content

Commit

Permalink
Add Python 3.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwalisch committed Aug 20, 2018
1 parent 266f10b commit 51632cc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions appveyor.yml
Expand Up @@ -41,6 +41,14 @@ environment:
PYTHON_VERSION: "3.6.x" # currently 3.6.0
PYTHON_ARCH: "64"

- PYTHON: "C:\\Python37"
PYTHON_VERSION: "3.7.x" # currently 3.7.0
PYTHON_ARCH: "32"

- PYTHON: "C:\\Python37-x64"
PYTHON_VERSION: "3.7.x" # currently 3.7.0
PYTHON_ARCH: "64"

cache:
- C:\tmp -> \appveyor\install_numpy.ps1

Expand Down

0 comments on commit 51632cc

Please sign in to comment.