Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 483b9a4

Browse files
committed
Remove deprecated python versions and add new ones
1 parent b6b5282 commit 483b9a4

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

appveyor.yml

+16-14
Original file line numberDiff line numberDiff line change
@@ -13,35 +13,37 @@ environment:
1313
# a later point release.
1414

1515
- PYTHON: "C:\\Python27"
16-
PYTHON_VERSION: "2.7.x" # currently 2.7.9
16+
PYTHON_VERSION: "2.7.x" # currently 2.7.15
1717
PYTHON_ARCH: "32"
1818

1919
- PYTHON: "C:\\Python27-x64"
20-
PYTHON_VERSION: "2.7.x" # currently 2.7.9
20+
PYTHON_VERSION: "2.7.x" # currently 2.7.15
2121
PYTHON_ARCH: "64"
2222

23-
- PYTHON: "C:\\Python33"
24-
PYTHON_VERSION: "3.3.x" # currently 3.3.5
23+
- PYTHON: "C:\\Python34"
24+
PYTHON_VERSION: "3.4.x" # currently 3.4.4
2525
PYTHON_ARCH: "32"
2626

27-
- PYTHON: "C:\\Python33-x64"
28-
PYTHON_VERSION: "3.3.x" # currently 3.3.5
27+
- PYTHON: "C:\\Python34-x64"
28+
PYTHON_VERSION: "3.4.x" # currently 3.4.4
2929
PYTHON_ARCH: "64"
3030

31-
- PYTHON: "C:\\Python34"
32-
PYTHON_VERSION: "3.4.x" # currently 3.4.3
31+
- PYTHON: "C:\\Python36"
32+
PYTHON_VERSION: "3.6.x" # currently 3.6.6
3333
PYTHON_ARCH: "32"
3434

35-
- PYTHON: "C:\\Python34-x64"
36-
PYTHON_VERSION: "3.4.x" # currently 3.4.3
35+
- PYTHON: "C:\\Python36-x64"
36+
PYTHON_VERSION: "3.6.x" # currently 3.6.6
3737
PYTHON_ARCH: "64"
3838

39-
# Also test Python 2.6.6 not pre-installed
40-
41-
- PYTHON: "C:\\Python266"
42-
PYTHON_VERSION: "2.6.6"
39+
- PYTHON: "C:\\Python37"
40+
PYTHON_VERSION: "3.7.x" # currently 3.7.1
4341
PYTHON_ARCH: "32"
4442

43+
- PYTHON: "C:\\Python37-x64"
44+
PYTHON_VERSION: "3.7.x" # currently 3.7.1
45+
PYTHON_ARCH: "64"
46+
4547
install:
4648
# Download the Appveyor Python build accessories into subdirectory .\appveyor
4749
- mkdir appveyor

0 commit comments

Comments
 (0)