Skip to content

Commit

Permalink
Enable Python 3.7 on Appveyor
Browse files Browse the repository at this point in the history
Python 3.7 is already enabled on all the other platforms.
  • Loading branch information
mgedmin committed Dec 3, 2018
1 parent cc47fac commit e9bb9b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Expand Up @@ -11,6 +11,8 @@ environment:
- python: 35-x64
- python: 36
- python: 36-x64
- python: 37
- python: 37-x64

install:
- "SET PATH=C:\\Python%PYTHON%;c:\\Python%PYTHON%\\scripts;%PATH%"
Expand Down

0 comments on commit e9bb9b7

Please sign in to comment.