Skip to content

Commit 83decfb

Browse files
committed
ci: test on Python 3.7 on AppVeyor
and drop Python 3.3 test
1 parent d37feed commit 83decfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ environment:
88
matrix:
99
- PYTHON: "C:\\Python27"
1010
- PYTHON: "C:\\Python27-x64"
11-
- PYTHON: "C:\\Python33"
12-
- PYTHON: "C:\\Python33-x64"
1311
- PYTHON: "C:\\Python34"
1412
- PYTHON: "C:\\Python34-x64"
1513
- PYTHON: "C:\\Python35"
1614
- PYTHON: "C:\\Python35-x64"
1715
- PYTHON: "C:\\Python36"
1816
- PYTHON: "C:\\Python36-x64"
17+
- PYTHON: "C:\\Python37"
18+
- PYTHON: "C:\\Python37-x64"
1919

2020
init:
2121
- ps: "ls C:/Python*"

0 commit comments

Comments
 (0)