Skip to content

Commit 4fbf2bc

Browse files
committed
Drop py3.3 from appveyor, add py3.5 instead
1 parent 08cedb8 commit 4fbf2bc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

appveyor.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@ version: 0.18.0a0.dev{build}
22

33
environment:
44
matrix:
5-
- PYTHON: "C:\\Python33"
6-
PYTHON_VERSION: "3.3.6"
7-
PYTHON_ARCH: "32"
8-
- PYTHON: "C:\\Python33"
9-
PYTHON_VERSION: "3.3.6"
10-
PYTHON_ARCH: "64"
115
- PYTHON: "C:\\Python34"
126
PYTHON_VERSION: "3.4.3"
137
PYTHON_ARCH: "32"
148
- PYTHON: "C:\\Python34"
159
PYTHON_VERSION: "3.4.3"
1610
PYTHON_ARCH: "64"
11+
- PYTHON: "C:\\Python35"
12+
PYTHON_VERSION: "3.5.0"
13+
PYTHON_ARCH: "32"
14+
- PYTHON: "C:\\Python35"
15+
PYTHON_VERSION: "3.5.0"
16+
PYTHON_ARCH: "64"
1717

1818
install:
1919
- "powershell ./install_python_and_pip.ps1"

0 commit comments

Comments
 (0)