@@ -11,94 +11,78 @@ jobs:
1111 parameters :
1212 job_name : run_code_checks
1313 image_name : ubuntu-24.04
14- python_versions : ['3.12 ']
14+ python_versions : ['3.14 ']
1515 test_suites :
1616 all : make check
1717
1818 - template : etc/ci/azure-posix.yml
1919 parameters :
2020 job_name : online_ubuntu24_cpython
2121 image_name : ubuntu-24.04
22- python_versions : ['3.10 ']
22+ python_versions : ['3.14 ']
2323 test_suites :
2424 all : venv/bin/pytest -n 2 -vvs -m "online"
2525
2626 - template : etc/ci/azure-win.yml
2727 parameters :
2828 job_name : online_win2022_cpython
2929 image_name : windows-2022
30- python_versions : ['3.10 ']
30+ python_versions : ['3.14 ']
3131 test_suites :
3232 all : venv\Scripts\pytest -n 2 -vvs -m "online"
3333
3434 - template : etc/ci/azure-posix.yml
3535 parameters :
3636 job_name : online_macos14_cpython
3737 image_name : macOS-14
38- python_versions : ['3.10 ']
38+ python_versions : ['3.14 ']
3939 test_suites :
4040 all : venv/bin/pytest -n 2 -vvs -m "online"
4141
4242 - template : etc/ci/azure-posix.yml
4343 parameters :
4444 job_name : ubuntu22_cpython
4545 image_name : ubuntu-22.04
46- python_versions : ['3.9 ', '3.10 ', '3.11 ', '3.12 ']
46+ python_versions : ['3.10 ', '3.11 ', '3.12 ', '3.13', '3.14 ']
4747 test_suites :
4848 all : venv/bin/pytest -n 2 -vvs -m "not online"
4949
5050 - template : etc/ci/azure-posix.yml
5151 parameters :
5252 job_name : ubuntu24_cpython
5353 image_name : ubuntu-24.04
54- python_versions : ['3.9', '3.10', '3.11', '3.12']
55- test_suites :
56- all : venv/bin/pytest -n 2 -vvs -m "not online"
57-
58- - template : etc/ci/azure-posix.yml
59- parameters :
60- job_name : macos13_cpython
61- image_name : macOS-13
62- python_versions : ['3.9', '3.10', '3.11', '3.12']
54+ python_versions : ['3.10', '3.11', '3.12', '3.13', '3.14']
6355 test_suites :
6456 all : venv/bin/pytest -n 2 -vvs -m "not online"
6557
6658 - template : etc/ci/azure-posix.yml
6759 parameters :
6860 job_name : macos14_cpython
6961 image_name : macOS-14
70- python_versions : ['3.9 ', '3.10 ', '3.11 ', '3.12 ']
62+ python_versions : ['3.10 ', '3.11 ', '3.12 ', '3.13', '3.14 ']
7163 test_suites :
7264 all : venv/bin/pytest -n 2 -vvs -m "not online"
7365
7466 - template : etc/ci/azure-posix.yml
7567 parameters :
7668 job_name : macos15_cpython
7769 image_name : macOS-15
78- python_versions : ['3.9 ', '3.10 ', '3.11 ', '3.12 ']
70+ python_versions : ['3.10 ', '3.11 ', '3.12 ', '3.13', '3.14 ']
7971 test_suites :
8072 all : venv/bin/pytest -n 2 -vvs -m "not online"
8173
82- - template : etc/ci/azure-win.yml
83- parameters :
84- job_name : win2019_cpython
85- image_name : windows-2019
86- python_versions : ['3.9', '3.10', '3.11', '3.12']
87- test_suites :
88- all : venv\Scripts\pytest -n 2 -vvs -m "not online"
89-
9074 - template : etc/ci/azure-win.yml
9175 parameters :
9276 job_name : win2022_cpython
9377 image_name : windows-2022
94- python_versions : ['3.9 ', '3.10 ', '3.11 ', '3.12 ']
78+ python_versions : ['3.10 ', '3.11 ', '3.12 ', '3.13', '3.14 ']
9579 test_suites :
9680 all : venv\Scripts\pytest -n 2 -vvs -m "not online"
9781
9882 - template : etc/ci/azure-win.yml
9983 parameters :
10084 job_name : win2025_cpython
10185 image_name : windows-2025
102- python_versions : ['3.9 ', '3.10 ', '3.11 ', '3.12 ']
86+ python_versions : ['3.10 ', '3.11 ', '3.12 ', '3.13', '3.14 ']
10387 test_suites :
10488 all : venv\Scripts\pytest -n 2 -vvs -m "not online"
0 commit comments