Skip to content

Commit

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

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

0 comments on commit bccd2a1

Please sign in to comment.