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