Skip to content

Commit 7b2f66b

Browse files
committed
drop Python 3.4 from appveyor.yml, add Python 3.7
1 parent 063a2ae commit 7b2f66b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

appveyor.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@
77

88
environment:
99
matrix:
10-
- PYTHON: "C:\\Python34"
11-
- PYTHON: "C:\\Python34-x64"
12-
DISTUTILS_USE_SDK: "1"
1310
- PYTHON: "C:\\Python35"
1411
- PYTHON: "C:\\Python35-x64"
1512
- PYTHON: "C:\\Python36"
1613
- PYTHON: "C:\\Python36-x64"
14+
- PYTHON: "C:\\Python37"
15+
- PYTHON: "C:\\Python37-x64"
1716

1817
build: off
1918

0 commit comments

Comments
 (0)