@@ -4,12 +4,7 @@ shallow_clone: true
44build :
55 parallel : true
66 verbosity : minimal
7- # The VS 2019 image doesn't have
8- # the MSVC needed for Python 2.7.
9- # Note that this contains nothing newer than Python 3.8; there is no
10- # image that has all of our supported versions, so we have to
11- # customize per version.
12- image : Visual Studio 2015
7+ image : Visual Studio 2022
138
149environment :
1510 global :
@@ -40,60 +35,41 @@ environment:
4035
4136 # Fully supported 64-bit versions, with testing. This should be
4237 # all the current (non EOL) versions.
43- - PYTHON : " C:\\ Python312-x64"
44- PYTHON_VERSION : " 3.12.0b3"
38+ # Fully supported 64-bit versions, with testing. This should be
39+ # all the current (non EOL) versions.
40+ - PYTHON : " C:\\ Python314-x64"
41+ PYTHON_VERSION : " 3.14.0rc1"
4542 PYTHON_ARCH : " 64"
4643 PYTHON_EXE : python
47- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2022
4844
49- - PYTHON : " C:\\ Python311 -x64"
50- PYTHON_VERSION : " 3.11.0 "
45+ - PYTHON : " C:\\ Python313 -x64"
46+ PYTHON_VERSION : " 3.13.5 "
5147 PYTHON_ARCH : " 64"
5248 PYTHON_EXE : python
53- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2022
5449
55- - PYTHON : " C:\\ Python310 -x64"
56- PYTHON_VERSION : " 3.10 .0"
50+ - PYTHON : " C:\\ Python312 -x64"
51+ PYTHON_VERSION : " 3.12 .0"
5752 PYTHON_ARCH : " 64"
5853 PYTHON_EXE : python
59- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2022
6054
61- - PYTHON : " C:\\ Python39-x64"
62- PYTHON_VERSION : " 3.9.x"
55+ # 64-bit
56+ - PYTHON : " C:\\ Python311-x64"
57+ PYTHON_VERSION : " 3.11.0"
6358 PYTHON_ARCH : " 64"
6459 PYTHON_EXE : python
65- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2019
6660
67- - PYTHON : " C:\\ Python38-x64"
68- PYTHON_VERSION : " 3.8.x"
69- PYTHON_ARCH : " 64"
70- PYTHON_EXE : python
71- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2019
61+ # TODO: What's the latest pypy?
62+ # - PYTHON: "C:\\pypy3.7-v7.3.7-win64"
63+ # PYTHON_ID: "pypy3"
64+ # PYTHON_EXE: pypy3w
65+ # PYTHON_VERSION: "3.7.x"
66+ # PYTHON_ARCH: "64"
67+ # APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
7268
73- - PYTHON : " C:\\ Python37 -x64"
74- PYTHON_VERSION : " 3.7.x "
69+ - PYTHON : " C:\\ Python310 -x64"
70+ PYTHON_VERSION : " 3.10.0 "
7571 PYTHON_ARCH : " 64"
7672 PYTHON_EXE : python
77- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2019
78-
79- # 32-bit, wheel only (no testing)
80- - PYTHON : " C:\\ Python39"
81- PYTHON_VERSION : " 3.9.x"
82- PYTHON_ARCH : " 32"
83- PYTHON_EXE : python
84- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2019
85-
86- - PYTHON : " C:\\ Python38"
87- PYTHON_VERSION : " 3.8.x"
88- PYTHON_ARCH : " 32"
89- PYTHON_EXE : python
90- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2019
91-
92- - PYTHON : " C:\\ Python37"
93- PYTHON_VERSION : " 3.7.x"
94- PYTHON_ARCH : " 32"
95- PYTHON_EXE : python
96- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2019
9773
9874
9975install :
0 commit comments