|
9 | 9 | - template: etc/ci/azure-posix.yml |
10 | 10 | parameters: |
11 | 11 | job_name: ubuntu22_cpython |
12 | | - image_name: ubuntu-22.04 |
13 | | - python_versions: ['3.8', '3.9', '3.10', '3.11', '3.12'] |
| 12 | + image_name: ubuntu-24.04 |
| 13 | + python_versions: ['3.10', '3.11', '3.12', '3.13', '3.14'] |
14 | 14 | test_suites: |
15 | 15 | all: venv/bin/pytest -n 2 -vvs |
16 | 16 |
|
17 | 17 | - template: etc/ci/azure-posix.yml |
18 | 18 | parameters: |
19 | 19 | job_name: macos13_cpython |
20 | 20 | image_name: macOS-13 |
21 | | - python_versions: ['3.8', '3.9', '3.10', '3.11', '3.12'] |
| 21 | + python_versions: ['3.10', '3.11', '3.12', '3.13', '3.14'] |
22 | 22 | test_suites: |
23 | 23 | all: venv/bin/pytest -n 2 -vvs |
24 | 24 |
|
25 | 25 | - template: etc/ci/azure-posix.yml |
26 | 26 | parameters: |
27 | 27 | job_name: macos14_cpython_arm64 |
28 | 28 | image_name: macOS-14 |
29 | | - python_versions: ['3.8', '3.9', '3.10', '3.11', '3.12'] |
| 29 | + python_versions: ['3.10', '3.11', '3.12', '3.13', '3.14'] |
30 | 30 | test_suites: |
31 | 31 | all: venv/bin/pytest -n 2 -vvs |
32 | 32 |
|
33 | 33 | - template: etc/ci/azure-win.yml |
34 | 34 | parameters: |
35 | 35 | job_name: win2019_cpython |
36 | 36 | image_name: windows-2019 |
37 | | - python_versions: ['3.8', '3.9', '3.10', '3.11', '3.12'] |
| 37 | + python_versions: ['3.10', '3.11', '3.12', '3.13', '3.14'] |
38 | 38 | test_suites: |
39 | 39 | all: venv\Scripts\pytest -n 2 -vvs |
40 | 40 |
|
41 | 41 | - template: etc/ci/azure-win.yml |
42 | 42 | parameters: |
43 | 43 | job_name: win2022_cpython |
44 | 44 | image_name: windows-2022 |
45 | | - python_versions: ['3.8', '3.9', '3.10', '3.11', '3.12'] |
| 45 | + python_versions: ['3.10', '3.11', '3.12', '3.13', '3.14'] |
46 | 46 | test_suites: |
47 | 47 | all: venv\Scripts\pytest -n 2 -vvs |
0 commit comments