@@ -19,62 +19,62 @@ jobs:
19
19
parameters :
20
20
job_name : ubuntu22_cpython
21
21
image_name : ubuntu-22.04
22
- python_versions : ['3.9', '3.10', '3.11', '3.12', '3.13' ]
22
+ python_versions : ['3.9', '3.10', '3.11', '3.12']
23
23
test_suites :
24
24
all : venv/bin/pytest -n 2 -vvs
25
25
26
26
- template : etc/ci/azure-posix.yml
27
27
parameters :
28
28
job_name : ubuntu24_cpython
29
29
image_name : ubuntu-24.04
30
- python_versions : ['3.9', '3.10', '3.11', '3.12', '3.13' ]
30
+ python_versions : ['3.9', '3.10', '3.11', '3.12']
31
31
test_suites :
32
32
all : venv/bin/pytest -n 2 -vvs
33
33
34
34
- template : etc/ci/azure-posix.yml
35
35
parameters :
36
36
job_name : macos13_cpython
37
37
image_name : macOS-13
38
- python_versions : ['3.9', '3.10', '3.11', '3.12', '3.13' ]
38
+ python_versions : ['3.9', '3.10', '3.11', '3.12']
39
39
test_suites :
40
40
all : venv/bin/pytest -n 2 -vvs
41
41
42
42
- template : etc/ci/azure-posix.yml
43
43
parameters :
44
44
job_name : macos14_cpython
45
45
image_name : macOS-14
46
- python_versions : ['3.9', '3.10', '3.11', '3.12', '3.13' ]
46
+ python_versions : ['3.9', '3.10', '3.11', '3.12']
47
47
test_suites :
48
48
all : venv/bin/pytest -n 2 -vvs
49
49
50
50
- template : etc/ci/azure-posix.yml
51
51
parameters :
52
52
job_name : macos15_cpython
53
53
image_name : macOS-15
54
- python_versions : ['3.9', '3.10', '3.11', '3.12', '3.13' ]
54
+ python_versions : ['3.9', '3.10', '3.11', '3.12']
55
55
test_suites :
56
56
all : venv/bin/pytest -n 2 -vvs
57
57
58
58
- template : etc/ci/azure-win.yml
59
59
parameters :
60
60
job_name : win2019_cpython
61
61
image_name : windows-2019
62
- python_versions : ['3.9', '3.10', '3.11', '3.12', '3.13' ]
62
+ python_versions : ['3.9', '3.10', '3.11', '3.12']
63
63
test_suites :
64
64
all : venv\Scripts\pytest -n 2 -vvs
65
65
66
66
- template : etc/ci/azure-win.yml
67
67
parameters :
68
68
job_name : win2022_cpython
69
69
image_name : windows-2022
70
- python_versions : ['3.9', '3.10', '3.11', '3.12', '3.13' ]
70
+ python_versions : ['3.9', '3.10', '3.11', '3.12']
71
71
test_suites :
72
72
all : venv\Scripts\pytest -n 2 -vvs
73
73
74
74
- template : etc/ci/azure-win.yml
75
75
parameters :
76
76
job_name : win2025_cpython
77
77
image_name : windows-2025
78
- python_versions : ['3.9', '3.10', '3.11', '3.12', '3.13' ]
78
+ python_versions : ['3.9', '3.10', '3.11', '3.12']
79
79
test_suites :
80
80
all : venv\Scripts\pytest -n 2 -vvs
0 commit comments