Skip to content

Commit

Permalink
enable Python 3.8 on AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
jborbely committed May 31, 2020
1 parent 94820fe commit f2f3688
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ environment:
- PYTHON: C:\Python36-x64
- PYTHON: C:\Python37
- PYTHON: C:\Python37-x64
# wait for Python 3.8.1 to be available on AppVeyor
# - PYTHON: C:\Python38
# - PYTHON: C:\Python38-x64
- PYTHON: C:\Python38
- PYTHON: C:\Python38-x64

install:
- set PATH=%PYTHON%;%PYTHON%\Scripts;%PATH%
Expand Down

0 comments on commit f2f3688

Please sign in to comment.