Skip to content

Commit

Permalink
add support for Python 3.8 on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasibalic authored Mar 24, 2020
1 parent 6d1fa89 commit 7c6909b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,12 @@ environment:
PYTHON_VERSION: "3.7.x"
PYTHON_ARCH: "64"

# legacy support

- PYTHON: "C:\\Python35"
PYTHON_VERSION: "3.5.x"
- PYTHON: "C:\\Python38"
PYTHON_VERSION: "3.8.x"
PYTHON_ARCH: "32"

- PYTHON: "C:\\Python35-x64"
PYTHON_VERSION: "3.5.x"
- PYTHON: "C:\\Python38-x64"
PYTHON_VERSION: "3.8.x"
PYTHON_ARCH: "64"

install:
Expand Down

0 comments on commit 7c6909b

Please sign in to comment.