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 : |
1717 source venv/bin/activate
2121 parameters :
2222 job_name : ubuntu22_cpython
2323 image_name : ubuntu-22.04
24- python_versions : ['3.7', '3.8', '3.9', '3.10', '3.11']
25- test_suites :
26- all : |
27- source venv/bin/activate
28- pytest -n 2 -vvs
29-
30- - template : etc/ci/azure-posix.yml
31- parameters :
32- job_name : macos11_cpython
33- image_name : macOS-11
34- python_versions : ['3.7', '3.8', '3.9', '3.10', '3.11']
24+ python_versions : ['3.8', '3.9', '3.10', '3.11', '3.12']
3525 test_suites :
3626 all : |
3727 source venv/bin/activate
4131 parameters :
4232 job_name : macos12_cpython
4333 image_name : macOS-12
44- python_versions : ['3.7 ', '3.8 ', '3.9 ', '3.10 ', '3.11 ']
34+ python_versions : ['3.8 ', '3.9 ', '3.10 ', '3.11 ', '3.12 ']
4535 test_suites :
4636 all : |
4737 source venv/bin/activate
@@ -51,17 +41,23 @@ jobs:
5141 parameters :
5242 job_name : macos13_cpython
5343 image_name : macOS-13
54- python_versions : ['3.7 ', '3.8 ', '3.9 ', '3.10 ', '3.11 ']
44+ python_versions : ['3.8 ', '3.9 ', '3.10 ', '3.11 ', '3.12 ']
5545 test_suites :
56- all : |
57- source venv/bin/activate
58- pytest -n 2 -vvs
46+ all : venv/bin/pytest -n 2 -vvs
47+
48+ - template : etc/ci/azure-posix.yml
49+ parameters :
50+ job_name : macos14_cpython_arm64
51+ image_name : macOS-14
52+ python_versions : ['3.8', '3.9', '3.10', '3.11', '3.12']
53+ test_suites :
54+ all : venv/bin/pytest -n 2 -vvs
5955
6056 - template : etc/ci/azure-win.yml
6157 parameters :
6258 job_name : win2019_cpython
6359 image_name : windows-2019
64- python_versions : ['3.7 ', '3.8 ', '3.9 ', '3.10 ', '3.11 ']
60+ python_versions : ['3.8 ', '3.9 ', '3.10 ', '3.11 ', '3.12 ']
6561 test_suites :
6662 all : |
6763 call venv\Scripts\activate.bat
7167 parameters :
7268 job_name : win2022_cpython
7369 image_name : windows-2022
74- 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 ']
7571 test_suites :
7672 all : |
7773 call venv\Scripts\activate.bat
0 commit comments