|
9 | 9 | parameters: |
10 | 10 | job_name: run_code_checks |
11 | 11 | image_name: ubuntu-24.04 |
12 | | - python_versions: ['3.13'] |
| 12 | + python_versions: ['3.14'] |
13 | 13 | test_suites: |
14 | 14 | all: make check |
15 | 15 |
|
16 | 16 | - template: etc/ci/azure-posix.yml |
17 | 17 | parameters: |
18 | 18 | job_name: ubuntu22_cpython |
19 | 19 | image_name: ubuntu-22.04 |
20 | | - python_versions: ["3.9", "3.10", "3.11", "3.12", "3.13"] |
| 20 | + python_versions: ["3.10", "3.11", "3.12", "3.13", "3.14"] |
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 | 26 | job_name: ubuntu24_cpython |
27 | 27 | image_name: ubuntu-24.04 |
28 | | - python_versions: ["3.9", "3.10", "3.11", "3.12", "3.13"] |
| 28 | + python_versions: ["3.10", "3.11", "3.12", "3.13", "3.14"] |
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.9", "3.10", "3.11", "3.12", "3.13"] |
| 34 | + job_name: macos14_cpython |
| 35 | + image_name: macos-14 |
| 36 | + python_versions: ["3.10", "3.11", "3.12", "3.13", "3.14"] |
37 | 37 | test_suites: |
38 | 38 | all: venv/bin/pytest -n 2 -vvs |
39 | 39 |
|
40 | 40 | - template: etc/ci/azure-posix.yml |
41 | 41 | parameters: |
42 | | - job_name: macos14_cpython |
43 | | - image_name: macOS-14 |
44 | | - python_versions: ["3.9", "3.10", "3.11", "3.12", "3.13"] |
| 42 | + job_name: macos15_cpython |
| 43 | + image_name: macos-15 |
| 44 | + python_versions: ["3.10", "3.11", "3.12", "3.13", "3.14"] |
45 | 45 | test_suites: |
46 | 46 | all: venv/bin/pytest -n 2 -vvs |
47 | 47 |
|
48 | 48 | - template: etc/ci/azure-win.yml |
49 | 49 | parameters: |
50 | 50 | job_name: win2025_cpython |
51 | 51 | image_name: windows-2025 |
52 | | - python_versions: ["3.9", "3.10", "3.11", "3.12", "3.13"] |
| 52 | + python_versions: ["3.10", "3.11", "3.12", "3.13", "3.14"] |
53 | 53 | test_suites: |
54 | 54 | all: venv\Scripts\pytest -n 2 -vvs |
55 | 55 |
|
56 | 56 | - template: etc/ci/azure-win.yml |
57 | 57 | parameters: |
58 | 58 | job_name: win2022_cpython |
59 | 59 | image_name: windows-2022 |
60 | | - python_versions: ["3.9", "3.10", "3.11", "3.12", "3.13"] |
| 60 | + python_versions: ["3.10", "3.11", "3.12", "3.13", "3.14"] |
61 | 61 | test_suites: |
62 | 62 | all: venv\Scripts\pytest -n 2 -vvs |
0 commit comments