Skip to content

Commit

Permalink
drop Python 3.4 from appveyor.yml, add Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
grlee77 committed Oct 19, 2019
1 parent 063a2ae commit 7b2f66b
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 @@ -7,13 +7,12 @@

environment:
matrix:
- PYTHON: "C:\\Python34"
- PYTHON: "C:\\Python34-x64"
DISTUTILS_USE_SDK: "1"
- PYTHON: "C:\\Python35"
- PYTHON: "C:\\Python35-x64"
- PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python36-x64"
- PYTHON: "C:\\Python37"
- PYTHON: "C:\\Python37-x64"

build: off

Expand Down

0 comments on commit 7b2f66b

Please sign in to comment.