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