|
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 | +<<<<<<< HEAD |
24 | 25 | python_versions: ['3.7', '3.8', '3.9', '3.10', '3.11'] |
25 | 26 | test_suites: |
26 | 27 | all: | |
|
32 | 33 | job_name: macos11_cpython |
33 | 34 | image_name: macOS-11 |
34 | 35 | python_versions: ['3.7', '3.8', '3.9', '3.10', '3.11'] |
| 36 | +======= |
| 37 | + python_versions: ['3.8', '3.9', '3.10', '3.11', '3.12'] |
| 38 | +>>>>>>> skeleton/main |
35 | 39 | test_suites: |
36 | 40 | all: | |
37 | 41 | source venv/bin/activate |
|
41 | 45 | parameters: |
42 | 46 | job_name: macos12_cpython |
43 | 47 | image_name: macOS-12 |
44 | | - python_versions: ['3.7', '3.8', '3.9', '3.10', '3.11'] |
| 48 | + python_versions: ['3.8', '3.9', '3.10', '3.11', '3.12'] |
45 | 49 | test_suites: |
46 | 50 | all: | |
47 | 51 | source venv/bin/activate |
|
51 | 55 | parameters: |
52 | 56 | job_name: macos13_cpython |
53 | 57 | image_name: macOS-13 |
54 | | - python_versions: ['3.7', '3.8', '3.9', '3.10', '3.11'] |
| 58 | + python_versions: ['3.8', '3.9', '3.10', '3.11', '3.12'] |
| 59 | + test_suites: |
| 60 | + all: venv/bin/pytest -n 2 -vvs |
| 61 | + |
| 62 | + - template: etc/ci/azure-posix.yml |
| 63 | + parameters: |
| 64 | + job_name: macos14_cpython_arm64 |
| 65 | + image_name: macOS-14 |
| 66 | + python_versions: ['3.8', '3.9', '3.10', '3.11', '3.12'] |
| 67 | + test_suites: |
| 68 | + all: venv/bin/pytest -n 2 -vvs |
| 69 | + |
| 70 | + - template: etc/ci/azure-posix.yml |
| 71 | + parameters: |
| 72 | + job_name: macos14_cpython |
| 73 | + image_name: macOS-14-large |
| 74 | + python_versions: ['3.8', '3.8', '3.9', '3.10', '3.12'] |
55 | 75 | test_suites: |
56 | 76 | all: | |
57 | 77 | source venv/bin/activate |
|
61 | 81 | parameters: |
62 | 82 | job_name: win2019_cpython |
63 | 83 | image_name: windows-2019 |
64 | | - python_versions: ['3.7', '3.8', '3.9', '3.10', '3.11'] |
| 84 | + python_versions: ['3.8', '3.9', '3.10', '3.11', '3.12'] |
65 | 85 | test_suites: |
66 | 86 | all: | |
67 | 87 | call venv\Scripts\activate.bat |
|
71 | 91 | parameters: |
72 | 92 | job_name: win2022_cpython |
73 | 93 | image_name: windows-2022 |
74 | | - python_versions: ['3.7', '3.8', '3.9', '3.10', '3.11'] |
| 94 | + python_versions: ['3.8', '3.9', '3.10', '3.11', '3.12'] |
75 | 95 | test_suites: |
76 | 96 | all: | |
77 | 97 | call venv\Scripts\activate.bat |
|
0 commit comments