Skip to content

Commit acab1e7

Browse files
committed
Update AppVeyor test matrix
Mainly restores VS 2022 image builds, which were commented out. If they're still broken, we can revert. Signed-off-by: Mats Wichmann <[email protected]>
1 parent b1304d2 commit acab1e7

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

.appveyor.yml

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ image:
88
# linux builds done in Travis CI for now
99
- Visual Studio 2017
1010
- Visual Studio 2019
11-
#- Visual Studio 2022 # Temporary disable while failing on 14.40 build tools
11+
- Visual Studio 2022
1212

1313
cache:
1414
- downloads -> appveyor.yml
@@ -35,36 +35,35 @@ environment:
3535
SCONS_CACHE_MSVC_CONFIG: "true"
3636
matrix:
3737
# Test oldest and newest supported Pythons, and a subset in between.
38-
# Skipping 3.7 and 3.9 at this time
39-
- WINPYTHON: "Python312"
40-
- WINPYTHON: "Python310"
41-
- WINPYTHON: "Python38"
38+
# Skipping 3.8, 3.10, 3.12 at this time
39+
- WINPYTHON: "Python313"
40+
- WINPYTHON: "Python311"
41+
- WINPYTHON: "Python39"
4242
- WINPYTHON: "Python37"
4343

4444
# remove sets of build jobs based on criteria below
4545
# to fine tune the number and platforms tested
4646
matrix:
4747
exclude:
48-
# XXX test python 3.6 on Visual Studio 2017 image
49-
# test python 3.8 on Visual Studio 2017 image
48+
# test python 3.7 on Visual Studio 2017 image
5049
- image: Visual Studio 2017
51-
WINPYTHON: "Python312"
50+
WINPYTHON: "Python313"
5251
- image: Visual Studio 2017
53-
WINPYTHON: "Python310"
52+
WINPYTHON: "Python311"
53+
- image: Visual Studio 2017
54+
WINPYTHON: "Python39"
5455

55-
# test python 3.10 on Visual Studio 2019 image
56+
# test python 3.9 on Visual Studio 2019 image
5657
- image: Visual Studio 2019
57-
WINPYTHON: "Python312"
58+
WINPYTHON: "Python313"
5859
- image: Visual Studio 2019
59-
WINPYTHON: "Python38"
60+
WINPYTHON: "Python311"
6061
- image: Visual Studio 2019
6162
WINPYTHON: "Python37"
6263

63-
# test python 3.12 on Visual Studio 2022 image
64-
- image: Visual Studio 2022
65-
WINPYTHON: "Python310"
64+
# test python 3.11, 3.13 on Visual Studio 2022 image
6665
- image: Visual Studio 2022
67-
WINPYTHON: "Python38"
66+
WINPYTHON: "Python39"
6867
- image: Visual Studio 2022
6968
WINPYTHON: "Python37"
7069

0 commit comments

Comments
 (0)