@@ -29,26 +29,25 @@ jobs:
2929 - inkscape
3030 envs : |
3131 # Test oldest SPEC 0 configurations
32- - linux: py311 -test-mpl38
33- - macos: py311 -test-mpl38
34- - windows: py311 -test-mpl38
32+ - linux: py312 -test-mpl39
33+ - macos: py312 -test-mpl39
34+ - windows: py312 -test-mpl39
3535 # Test newest configurations
36- - linux: py313 -test-mpl310
37- - macos: py313 -test-mpl310
38- - windows: py313 -test-mpl310
36+ - linux: py314 -test-mpl310
37+ - macos: py314 -test-mpl310
38+ - windows: py314 -test-mpl310
3939 # Test intermediate SPEC 0 configurations on Linux
40- - linux: py311-test-mpl39
41- - linux: py312-test-mpl39
42- - linux: py311-test-mpl310
43- - linux: py312-test-mpl310
40+ - linux: py313-test-mpl39
41+ - linux: py313-test-mpl310
4442 # Test non-SPEC 0 configurations
45- - linux: py313-test-mpldev-pytestdev
46- - linux: py311-test-mpl37-pytest74
47- - linux: py39-test-mpl33-pytest62
48- # Test oldest non-SPEC 0 configurations
49- - linux: py39-test-mpl33
50- - macos: py39-test-mpl35
51- - windows: py39-test-mpl33
43+ - linux: py314-test-mpldev-pytestdev
44+ - linux: py313-test-mpl38-pytest84
45+ - linux: py312-test-mpl38-pytest74
46+ - linux: py310-test-mpl35-pytest62
47+ # Test oldest supported Python configurations
48+ - linux: py310-test-mpl35
49+ - macos: py310-test-mpl35
50+ - windows: py310-test-mpl35
5251 coverage : ' codecov'
5352
5453 publish :
0 commit comments