Skip to content

Commit 6253094

Browse files
committed
Adjust AppVeyor build
The VS2017 x Python 3.6 combo is failing one test using xsltproc. We don't know why, but try moving the Python vesion in case it's involved (perhaps something in urllib and/or the certs/ssl that go with 3.6, since it seems to be failing to fetch a file). Signed-off-by: Mats Wichmann <[email protected]>
1 parent 70cfb31 commit 6253094

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.appveyor.yml

Lines changed: 10 additions & 10 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 XXX Temporary disable while failing on .10 versions
11+
#- Visual Studio 2022 # Temporary disable while failing on 14.40 build tools
1212

1313
cache:
1414
- downloads -> appveyor.yml
@@ -37,38 +37,38 @@ environment:
3737
# Test oldest and newest supported Pythons, and a subset in between.
3838
# Skipping 3.7 and 3.9 at this time
3939
- WINPYTHON: "Python312"
40-
4140
- WINPYTHON: "Python310"
42-
4341
- WINPYTHON: "Python38"
44-
4542
- WINPYTHON: "Python36"
4643

4744
# remove sets of build jobs based on criteria below
4845
# to fine tune the number and platforms tested
4946
matrix:
5047
exclude:
51-
# test python 3.6 on Visual Studio 2017 image
48+
# XXX test python 3.6 on Visual Studio 2017 image
49+
# test python 3.8 on Visual Studio 2017 image
5250
- image: Visual Studio 2017
5351
WINPYTHON: "Python312"
5452
- image: Visual Studio 2017
5553
WINPYTHON: "Python310"
5654
- image: Visual Studio 2017
57-
WINPYTHON: "Python38"
55+
WINPYTHON: "Python36"
5856

59-
# test python 3.8 on Visual Studio 2019 image
57+
# test python 3.10 on Visual Studio 2019 image
6058
- image: Visual Studio 2019
6159
WINPYTHON: "Python312"
6260
- image: Visual Studio 2019
63-
WINPYTHON: "Python310"
61+
WINPYTHON: "Python38"
6462
- image: Visual Studio 2019
6563
WINPYTHON: "Python36"
6664

67-
# test python 3.10 and 3.11 on Visual Studio 2022 image
65+
# test python 3.12 on Visual Studio 2022 image
6866
- image: Visual Studio 2022
69-
WINPYTHON: "Python36"
67+
WINPYTHON: "Python310"
7068
- image: Visual Studio 2022
7169
WINPYTHON: "Python38"
70+
- image: Visual Studio 2022
71+
WINPYTHON: "Python36"
7272

7373
# Remove some binaries we don't want to be found
7474
# Note this is no longer needed, git-windows bin/ is quite minimal now.

0 commit comments

Comments
 (0)