|
8 | 8 | # linux builds done in Travis CI for now
|
9 | 9 | - Visual Studio 2017
|
10 | 10 | - 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 |
12 | 12 |
|
13 | 13 | cache:
|
14 | 14 | - downloads -> appveyor.yml
|
@@ -37,38 +37,38 @@ environment:
|
37 | 37 | # Test oldest and newest supported Pythons, and a subset in between.
|
38 | 38 | # Skipping 3.7 and 3.9 at this time
|
39 | 39 | - WINPYTHON: "Python312"
|
40 |
| - |
41 | 40 | - WINPYTHON: "Python310"
|
42 |
| - |
43 | 41 | - WINPYTHON: "Python38"
|
44 |
| - |
45 | 42 | - WINPYTHON: "Python36"
|
46 | 43 |
|
47 | 44 | # remove sets of build jobs based on criteria below
|
48 | 45 | # to fine tune the number and platforms tested
|
49 | 46 | matrix:
|
50 | 47 | 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 |
52 | 50 | - image: Visual Studio 2017
|
53 | 51 | WINPYTHON: "Python312"
|
54 | 52 | - image: Visual Studio 2017
|
55 | 53 | WINPYTHON: "Python310"
|
56 | 54 | - image: Visual Studio 2017
|
57 |
| - WINPYTHON: "Python38" |
| 55 | + WINPYTHON: "Python36" |
58 | 56 |
|
59 |
| - # test python 3.8 on Visual Studio 2019 image |
| 57 | + # test python 3.10 on Visual Studio 2019 image |
60 | 58 | - image: Visual Studio 2019
|
61 | 59 | WINPYTHON: "Python312"
|
62 | 60 | - image: Visual Studio 2019
|
63 |
| - WINPYTHON: "Python310" |
| 61 | + WINPYTHON: "Python38" |
64 | 62 | - image: Visual Studio 2019
|
65 | 63 | WINPYTHON: "Python36"
|
66 | 64 |
|
67 |
| - # test python 3.10 and 3.11 on Visual Studio 2022 image |
| 65 | + # test python 3.12 on Visual Studio 2022 image |
68 | 66 | - image: Visual Studio 2022
|
69 |
| - WINPYTHON: "Python36" |
| 67 | + WINPYTHON: "Python310" |
70 | 68 | - image: Visual Studio 2022
|
71 | 69 | WINPYTHON: "Python38"
|
| 70 | + - image: Visual Studio 2022 |
| 71 | + WINPYTHON: "Python36" |
72 | 72 |
|
73 | 73 | # Remove some binaries we don't want to be found
|
74 | 74 | # Note this is no longer needed, git-windows bin/ is quite minimal now.
|
|
0 commit comments