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