|
5 | 5 | ################################################################################ |
6 | 6 |
|
7 | 7 | jobs: |
| 8 | + |
8 | 9 | - template: etc/ci/azure-posix.yml |
9 | 10 | parameters: |
10 | 11 | job_name: ubuntu22_cpython |
11 | 12 | image_name: ubuntu-22.04 |
12 | | - python_versions: ['3.8', '3.9', '3.10', '3.11'] |
| 13 | + python_versions: ['3.10', '3.11', '3.12', '3.13', '3.14'] |
| 14 | + test_suites: |
| 15 | + all: venv/bin/pytest -n 2 -vvs |
| 16 | + |
| 17 | + - template: etc/ci/azure-posix.yml |
| 18 | + parameters: |
| 19 | + job_name: ubuntu24_cpython |
| 20 | + image_name: ubuntu-24.04 |
| 21 | + python_versions: ['3.10', '3.11', '3.12', '3.13', '3.14'] |
13 | 22 | test_suites: |
14 | 23 | all: venv/bin/pytest -n 2 -vvs |
15 | 24 |
|
16 | 25 | - template: etc/ci/azure-posix.yml |
17 | 26 | parameters: |
18 | 27 | job_name: macos13_cpython |
19 | 28 | image_name: macOS-13 |
20 | | - python_versions: ['3.8', '3.9', '3.10', '3.11'] |
| 29 | + python_versions: ['3.10', '3.11', '3.12', '3.13', '3.14'] |
21 | 30 | test_suites: |
22 | 31 | all: venv/bin/pytest -n 2 -vvs |
23 | 32 |
|
24 | | - - template: etc/ci/azure-win.yml |
| 33 | + - template: etc/ci/azure-posix.yml |
25 | 34 | parameters: |
26 | | - job_name: win2019_cpython |
27 | | - image_name: windows-2019 |
28 | | - python_versions: ['3.8', '3.9', '3.10', '3.11'] |
| 35 | + job_name: macos14_cpython |
| 36 | + image_name: macOS-14 |
| 37 | + python_versions: ['3.10', '3.11', '3.12', '3.13', '3.14'] |
29 | 38 | test_suites: |
30 | | - all: venv\Scripts\pytest -n 2 -vvs |
| 39 | + all: venv/bin/pytest -n 2 -vvs |
| 40 | + |
| 41 | + - template: etc/ci/azure-posix.yml |
| 42 | + parameters: |
| 43 | + job_name: macos15_cpython |
| 44 | + image_name: macOS-15 |
| 45 | + python_versions: ['3.10', '3.11', '3.12', '3.13', '3.14'] |
| 46 | + test_suites: |
| 47 | + all: venv/bin/pytest -n 2 -vvs |
31 | 48 |
|
32 | 49 | - template: etc/ci/azure-win.yml |
33 | 50 | parameters: |
34 | 51 | job_name: win2022_cpython |
35 | 52 | image_name: windows-2022 |
36 | | - python_versions: ['3.8', '3.9', '3.10', '3.11'] |
| 53 | + python_versions: ['3.10', '3.11', '3.12', '3.13', '3.14'] |
| 54 | + test_suites: |
| 55 | + all: venv\Scripts\pytest -n 2 -vvs |
| 56 | + |
| 57 | + - template: etc/ci/azure-win.yml |
| 58 | + parameters: |
| 59 | + job_name: win2025_cpython |
| 60 | + image_name: windows-2025 |
| 61 | + python_versions: ['3.10', '3.11', '3.12', '3.13', '3.14'] |
37 | 62 | test_suites: |
38 | 63 | all: venv\Scripts\pytest -n 2 -vvs |
0 commit comments