Skip to content

Commit bb61554

Browse files
AppVeyor: remove Python 3.3 and add Python 3.5
Build for Python 3.5 (3.5.0 released 2015-09-13)
1 parent 02fe24b commit bb61554

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

appveyor.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,11 @@ environment:
88
matrix:
99

1010
- PYTHON: "C:\\Python27"
11-
PYTHON_VERSION: "2.7.x" # currently 2.7.9
11+
PYTHON_VERSION: "2.7.x" # currently 2.7.10
1212
PYTHON_ARCH: "32"
1313

1414
- PYTHON: "C:\\Python27-x64"
15-
PYTHON_VERSION: "2.7.x" # currently 2.7.9
16-
PYTHON_ARCH: "64"
17-
18-
- PYTHON: "C:\\Python33"
19-
PYTHON_VERSION: "3.3.x" # currently 3.3.5
20-
PYTHON_ARCH: "32"
21-
22-
- PYTHON: "C:\\Python33-x64"
23-
PYTHON_VERSION: "3.3.x" # currently 3.3.5
15+
PYTHON_VERSION: "2.7.x" # currently 2.7.10
2416
PYTHON_ARCH: "64"
2517

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

26+
- PYTHON: "C:\\Python35"
27+
PYTHON_VERSION: "3.5.x" # currently 3.5.0
28+
PYTHON_ARCH: "32"
29+
30+
- PYTHON: "C:\\Python35-x64"
31+
PYTHON_VERSION: "3.5.x" # currently 3.5.0
32+
PYTHON_ARCH: "64"
33+
3434
# Python versions not pre-installed
3535

3636
# Python 2.6.6 is the latest Python 2.6 with a Windows installer

0 commit comments

Comments
 (0)