File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -7,30 +7,34 @@ environment:
77 WITH_COMPILER : " cmd /E:ON /V:ON /C .\\ appveyor\\ run_with_compiler.cmd"
88
99 matrix :
10+
11+ # Pre-installed Python versions, which Appveyor may upgrade to
12+ # a later point release.
13+
1014 - PYTHON : " C:\\ Python27"
11- PYTHON_VERSION : " 2.7.8 "
15+ PYTHON_VERSION : " 2.7.x " # currently 2.7.9
1216 PYTHON_ARCH : " 32"
1317
1418 - PYTHON : " C:\\ Python33"
15- PYTHON_VERSION : " 3.3.5 "
19+ PYTHON_VERSION : " 3.3.x " # currently 3.3.5
1620 PYTHON_ARCH : " 32"
1721
1822 - PYTHON : " C:\\ Python34"
19- PYTHON_VERSION : " 3.4.1 "
23+ PYTHON_VERSION : " 3.4.x " # currently 3.4.3
2024 PYTHON_ARCH : " 32"
2125
2226 - PYTHON : " C:\\ Python27-x64"
23- PYTHON_VERSION : " 2.7.8 "
27+ PYTHON_VERSION : " 2.7.x " # currently 2.7.9
2428 PYTHON_ARCH : " 64"
2529 WINDOWS_SDK_VERSION : " v7.0"
2630
2731 - PYTHON : " C:\\ Python33-x64"
28- PYTHON_VERSION : " 3.3.5 "
32+ PYTHON_VERSION : " 3.3.x " # currently 3.3.5
2933 PYTHON_ARCH : " 64"
3034 WINDOWS_SDK_VERSION : " v7.1"
3135
3236 - PYTHON : " C:\\ Python34-x64"
33- PYTHON_VERSION : " 3.4.1 "
37+ PYTHON_VERSION : " 3.4.x " # currently 3.4.3
3438 PYTHON_ARCH : " 64"
3539 WINDOWS_SDK_VERSION : " v7.1"
3640
You can’t perform that action at this time.
0 commit comments