|
11 | 11 | parameters: |
12 | 12 | job_name: ubuntu20_cpython |
13 | 13 | image_name: ubuntu-20.04 |
14 | | - python_versions: ['3.7', '3.8', '3.9', '3.10', '3.11'] |
| 14 | + python_versions: ['3.8', '3.9', '3.10', '3.11', '3.12'] |
15 | 15 | test_suites: |
16 | 16 | all: | |
17 | 17 | source venv/bin/activate |
|
21 | 21 | parameters: |
22 | 22 | job_name: ubuntu22_cpython |
23 | 23 | image_name: ubuntu-22.04 |
24 | | - python_versions: ['3.7', '3.8', '3.9', '3.10', '3.11'] |
25 | | - test_suites: |
26 | | - all: | |
27 | | - source venv/bin/activate |
28 | | - pytest -n 2 -vvs |
29 | | -
|
30 | | - - template: etc/ci/azure-posix.yml |
31 | | - parameters: |
32 | | - job_name: macos11_cpython |
33 | | - image_name: macOS-11 |
34 | | - python_versions: ['3.7', '3.8', '3.9', '3.10', '3.11'] |
| 24 | + python_versions: ['3.8', '3.9', '3.10', '3.11', '3.12'] |
35 | 25 | test_suites: |
36 | 26 | all: | |
37 | 27 | source venv/bin/activate |
|
41 | 31 | parameters: |
42 | 32 | job_name: macos12_cpython |
43 | 33 | image_name: macOS-12 |
44 | | - python_versions: ['3.7', '3.8', '3.9', '3.10', '3.11'] |
| 34 | + python_versions: ['3.8', '3.9', '3.10', '3.11', '3.12'] |
45 | 35 | test_suites: |
46 | 36 | all: | |
47 | 37 | source venv/bin/activate |
|
51 | 41 | parameters: |
52 | 42 | job_name: macos13_cpython |
53 | 43 | image_name: macOS-13 |
54 | | - python_versions: ['3.7', '3.8', '3.9', '3.10', '3.11'] |
| 44 | + python_versions: ['3.8', '3.9', '3.10', '3.11', '3.12'] |
| 45 | + test_suites: |
| 46 | + all: venv/bin/pytest -n 2 -vvs |
| 47 | + |
| 48 | + - template: etc/ci/azure-posix.yml |
| 49 | + parameters: |
| 50 | + job_name: macos14_cpython_arm64 |
| 51 | + image_name: macOS-14 |
| 52 | + python_versions: ['3.8', '3.9', '3.10', '3.11', '3.12'] |
| 53 | + test_suites: |
| 54 | + all: venv/bin/pytest -n 2 -vvs |
| 55 | + |
| 56 | + - template: etc/ci/azure-posix.yml |
| 57 | + parameters: |
| 58 | + job_name: macos14_cpython |
| 59 | + image_name: macOS-14-large |
| 60 | + python_versions: ['3.8', '3.8', '3.9', '3.10', '3.12'] |
55 | 61 | test_suites: |
56 | 62 | all: | |
57 | 63 | source venv/bin/activate |
|
61 | 67 | parameters: |
62 | 68 | job_name: win2019_cpython |
63 | 69 | image_name: windows-2019 |
64 | | - python_versions: ['3.7', '3.8', '3.9', '3.10', '3.11'] |
| 70 | + python_versions: ['3.8', '3.9', '3.10', '3.11', '3.12'] |
65 | 71 | test_suites: |
66 | 72 | all: | |
67 | 73 | call venv\Scripts\activate.bat |
|
71 | 77 | parameters: |
72 | 78 | job_name: win2022_cpython |
73 | 79 | image_name: windows-2022 |
74 | | - python_versions: ['3.7', '3.8', '3.9', '3.10', '3.11'] |
| 80 | + python_versions: ['3.8', '3.9', '3.10', '3.11', '3.12'] |
75 | 81 | test_suites: |
76 | 82 | all: | |
77 | 83 | call venv\Scripts\activate.bat |
|
0 commit comments