File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 99 # These jobs are using VMs and Azure-provided Pythons 3.8
1010 # ###############################################################################
1111
12- - template : etc/ci/azure-posix.yml
13- parameters :
14- job_name : ubuntu20_cpython
15- image_name : ubuntu-20.04
16- python_versions : ["3.9", "3.10", "3.11", "3.12"]
17- test_suites :
18- all : venv/bin/pytest -n 2 -vvs
19-
2012 - template : etc/ci/azure-posix.yml
2113 parameters :
2214 job_name : ubuntu22_cpython
2719
2820 - template : etc/ci/azure-posix.yml
2921 parameters :
30- job_name : macos12_cpython
31- image_name : macOS-12
22+ job_name : ubuntu24_cpython
23+ image_name : ubuntu-24.04
3224 python_versions : ["3.9", "3.10", "3.11", "3.12"]
3325 test_suites :
3426 all : venv/bin/pytest -n 2 -vvs
4133 test_suites :
4234 all : venv/bin/pytest -n 2 -vvs
4335
36+ - template : etc/ci/azure-posix.yml
37+ parameters :
38+ job_name : macos14_cpython
39+ image_name : macOS-14
40+ python_versions : ['3.9', '3.10', '3.11', '3.12']
41+ test_suites :
42+ all : venv/bin/pytest -n 2 -vvs
43+
4444 - template : etc/ci/azure-win.yml
4545 parameters :
4646 job_name : win2019_cpython
You can’t perform that action at this time.
0 commit comments