|
9 | 9 | parameters:
|
10 | 10 | job_name: ubuntu20_cpython
|
11 | 11 | image_name: ubuntu-20.04
|
12 |
| - python_versions: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] |
| 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 --reruns 2
|
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.7", "3.8", "3.9", "3.10", "3.11", "3.12"] |
| 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 --reruns 2
|
23 | 23 |
|
24 | 24 | - template: etc/ci/azure-posix.yml
|
25 | 25 | parameters:
|
26 | 26 | job_name: macos12_cpython
|
27 | 27 | image_name: macOS-12
|
28 |
| - python_versions: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] |
| 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 --reruns 2
|
31 | 31 |
|
32 | 32 | - template: etc/ci/azure-posix.yml
|
33 | 33 | parameters:
|
34 | 34 | job_name: macos13_cpython
|
35 | 35 | image_name: macos-13
|
36 |
| - python_versions: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] |
| 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 --reruns 2
|
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.7", "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 --reruns 2
|
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.7", "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 --reruns 2
|
0 commit comments