@@ -11,54 +11,62 @@ jobs:
1111 parameters :
1212 job_name : ubuntu20_cpython
1313 image_name : ubuntu-20.04
14- python_versions : ['3.7 ', '3.8 ', '3.9 ', '3.10 ', '3.11 ']
14+ python_versions : ['3.8 ', '3.9 ', '3.10 ', '3.11 ', '3.12 ']
1515 test_suites :
1616 all : venv/bin/pytest -n 2 -vvs
1717
1818 - template : etc/ci/azure-posix.yml
1919 parameters :
2020 job_name : ubuntu22_cpython
2121 image_name : ubuntu-22.04
22- python_versions : ['3.7 ', '3.8 ', '3.9 ', '3.10 ', '3.11 ']
22+ python_versions : ['3.8 ', '3.9 ', '3.10 ', '3.11 ', '3.12 ']
2323 test_suites :
2424 all : venv/bin/pytest -n 2 -vvs
2525
2626 - template : etc/ci/azure-posix.yml
2727 parameters :
2828 job_name : macos11_cpython
2929 image_name : macOS-11
30- python_versions : ['3.7 ', '3.8 ', '3.9 ', '3.10 ', '3.11 ']
30+ python_versions : ['3.8 ', '3.9 ', '3.10 ', '3.11 ', '3.12 ']
3131 test_suites :
3232 all : venv/bin/pytest -n 2 -vvs
3333
3434 - template : etc/ci/azure-posix.yml
3535 parameters :
3636 job_name : macos12_cpython
3737 image_name : macOS-12
38- python_versions : ['3.7 ', '3.8 ', '3.9 ', '3.10 ', '3.11 ']
38+ python_versions : ['3.8 ', '3.9 ', '3.10 ', '3.11 ', '3.12 ']
3939 test_suites :
4040 all : venv/bin/pytest -n 2 -vvs
4141
4242 - template : etc/ci/azure-posix.yml
4343 parameters :
4444 job_name : macos13_cpython
4545 image_name : macOS-13
46- python_versions : ['3.7', '3.8', '3.9', '3.10', '3.11']
46+ python_versions : ['3.8', '3.9', '3.10', '3.11', '3.12']
47+ test_suites :
48+ all : venv/bin/pytest -n 2 -vvs
49+
50+ - template : etc/ci/azure-posix.yml
51+ parameters :
52+ job_name : macos14_cpython
53+ image_name : macOS-14
54+ python_versions : ['3.8', '3.9', '3.10', '3.11', '3.12']
4755 test_suites :
4856 all : venv/bin/pytest -n 2 -vvs
4957
5058 - template : etc/ci/azure-win.yml
5159 parameters :
5260 job_name : win2019_cpython
5361 image_name : windows-2019
54- python_versions : ['3.7 ', '3.8 ', '3.9 ', '3.10 ', '3.11 ']
62+ python_versions : ['3.8 ', '3.9 ', '3.10 ', '3.11 ', '3.12 ']
5563 test_suites :
5664 all : venv\Scripts\pytest -n 2 -vvs
5765
5866 - template : etc/ci/azure-win.yml
5967 parameters :
6068 job_name : win2022_cpython
6169 image_name : windows-2022
62- python_versions : ['3.7 ', '3.8 ', '3.9 ', '3.10 ', '3.11 ']
70+ python_versions : ['3.8 ', '3.9 ', '3.10 ', '3.11 ', '3.12 ']
6371 test_suites :
6472 all : venv\Scripts\pytest -n 2 -vvs
0 commit comments