Skip to content

Commit

Permalink
AppVeyor: remove Python 3.3 and add Python 3.5
Browse files Browse the repository at this point in the history
Build for Python 3.5 (3.5.0 released 2015-09-13)
  • Loading branch information
LudovicRousseau committed Sep 20, 2015
1 parent 02fe24b commit bb61554
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,11 @@ environment:
matrix:

- PYTHON: "C:\\Python27"
PYTHON_VERSION: "2.7.x" # currently 2.7.9
PYTHON_VERSION: "2.7.x" # currently 2.7.10
PYTHON_ARCH: "32"

- PYTHON: "C:\\Python27-x64"
PYTHON_VERSION: "2.7.x" # currently 2.7.9
PYTHON_ARCH: "64"

- PYTHON: "C:\\Python33"
PYTHON_VERSION: "3.3.x" # currently 3.3.5
PYTHON_ARCH: "32"

- PYTHON: "C:\\Python33-x64"
PYTHON_VERSION: "3.3.x" # currently 3.3.5
PYTHON_VERSION: "2.7.x" # currently 2.7.10
PYTHON_ARCH: "64"

- PYTHON: "C:\\Python34"
Expand All @@ -31,6 +23,14 @@ environment:
PYTHON_VERSION: "3.4.x" # currently 3.4.3
PYTHON_ARCH: "64"

- PYTHON: "C:\\Python35"
PYTHON_VERSION: "3.5.x" # currently 3.5.0
PYTHON_ARCH: "32"

- PYTHON: "C:\\Python35-x64"
PYTHON_VERSION: "3.5.x" # currently 3.5.0
PYTHON_ARCH: "64"

# Python versions not pre-installed

# Python 2.6.6 is the latest Python 2.6 with a Windows installer
Expand Down

0 comments on commit bb61554

Please sign in to comment.