Skip to content

Commit

Permalink
Drop 2.7 and 3.3 from AppVeyor, add 3.7 and 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kynan committed Jun 6, 2020
1 parent 0dabc56 commit 05acd65
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@

environment:
matrix:
- PYTHON: "C:\\Python27"
- PYTHON: "C:\\Python27-x64"
- PYTHON: "C:\\Python33"
- PYTHON: "C:\\Python33-x64"
- PYTHON: "C:\\Python34"
- PYTHON: "C:\\Python34-x64"
- PYTHON: "C:\\Python35"
- PYTHON: "C:\\Python35-x64"
- PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python36-x64"
- PYTHON: "C:\\Python37"
- PYTHON: "C:\\Python37-x64"
- PYTHON: "C:\\Python38"
- PYTHON: "C:\\Python38-x64"

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

0 comments on commit 05acd65

Please sign in to comment.