77
88jobs :
99
10- - template : etc/ci/azure-posix.yml
11- parameters :
12- job_name : ubuntu20_cpython
13- image_name : ubuntu-20.04
14- python_versions : ['3.8', '3.9', '3.10', '3.11', '3.12']
15- test_suites :
16- all : |
17- source venv/bin/activate
18- pytest -n 2 -vvs
19-
2010 - template : etc/ci/azure-posix.yml
2111 parameters :
2212 job_name : ubuntu22_cpython
2313 image_name : ubuntu-22.04
24- python_versions : ['3.8', '3. 9', '3.10', '3.11', '3.12']
14+ python_versions : ['3.9', '3.10', '3.11', '3.12']
2515 test_suites :
2616 all : |
2717 source venv/bin/activate
2818 pytest -n 2 -vvs
2919
3020 - template : etc/ci/azure-posix.yml
3121 parameters :
32- job_name : macos12_cpython
33- image_name : macOS-12
34- python_versions : ['3.8', '3. 9', '3.10', '3.11', '3.12']
22+ job_name : ubuntu24_cpython
23+ image_name : ubuntu-24.04
24+ python_versions : ['3.9', '3.10', '3.11', '3.12']
3525 test_suites :
3626 all : |
3727 source venv/bin/activate
@@ -41,23 +31,33 @@ jobs:
4131 parameters :
4232 job_name : macos13_cpython
4333 image_name : macOS-13
44- python_versions : ['3.8', '3. 9', '3.10', '3.11', '3.12']
34+ python_versions : ['3.9', '3.10', '3.11', '3.12']
4535 test_suites :
4636 all : venv/bin/pytest -n 2 -vvs
4737
4838 - template : etc/ci/azure-posix.yml
4939 parameters :
5040 job_name : macos14_cpython_arm64
5141 image_name : macOS-14
52- python_versions : ['3.8', '3. 9', '3.10', '3.11', '3.12']
42+ python_versions : ['3.9', '3.10', '3.11', '3.12']
5343 test_suites :
5444 all : venv/bin/pytest -n 2 -vvs
5545
46+ - template : etc/ci/azure-posix.yml
47+ parameters :
48+ job_name : macos15_cpython
49+ image_name : macOS-15
50+ python_versions : ['3.9', '3.10', '3.11', '3.12']
51+ test_suites :
52+ all : |
53+ source venv/bin/activate
54+ pytest -n 2 -vvs
55+
5656 - template : etc/ci/azure-win.yml
5757 parameters :
5858 job_name : win2019_cpython
5959 image_name : windows-2019
60- python_versions : ['3.8', '3. 9', '3.10', '3.11', '3.12']
60+ python_versions : ['3.9', '3.10', '3.11', '3.12']
6161 test_suites :
6262 all : |
6363 call venv\Scripts\activate.bat
6767 parameters :
6868 job_name : win2022_cpython
6969 image_name : windows-2022
70- python_versions : ['3.8', '3. 9', '3.10', '3.11', '3.12']
70+ python_versions : ['3.9', '3.10', '3.11', '3.12']
7171 test_suites :
7272 all : |
7373 call venv\Scripts\activate.bat
0 commit comments