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 authored and Michael Howitz committed Feb 28, 2019
1 parent 688518d commit 73e2680
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
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 73e2680

Please sign in to comment.