Skip to content

Commit c12f738

Browse files
committed
Also remove python 3.3.
1 parent c03814c commit c12f738

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

appveyor.yml

+8-4
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,18 @@ environment:
66
PYTHON_VERSION: "2.7.8"
77
PYTHON_ARCH: "32"
88

9-
- PYTHON: "C:\\Python33"
10-
PYTHON_VERSION: "3.3.5"
11-
PYTHON_ARCH: "32"
12-
139
- PYTHON: "C:\\Python34"
1410
PYTHON_VERSION: "3.4.1"
1511
PYTHON_ARCH: "32"
1612

13+
- PYTHON: "C:\\Python35"
14+
PYTHON_VERSION: "3.5.4"
15+
PYTHON_ARCH: "32"
16+
17+
- PYTHON: "C:\\Python36"
18+
PYTHON_VERSION: "3.6.3"
19+
PYTHON_ARCH: "32"
20+
1721
init:
1822
- "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"
1923

0 commit comments

Comments
 (0)