|
26 | 26 | - template: etc/ci/azure-posix.yml |
27 | 27 | parameters: |
28 | 28 | job_name: macos13_cpython |
29 | | - image_name: macOS-13-xlarge |
30 | | - python_versions: ['3.9', '3.10', '3.11', '3.12', '3.13'] |
31 | | - test_suites: |
32 | | - all: venv/bin/pytest -n 2 -vvs |
33 | | - |
34 | | - - template: etc/ci/azure-posix.yml |
35 | | - parameters: |
36 | | - job_name: macos13_cpython_arm64 |
37 | 29 | image_name: macOS-13 |
38 | 30 | python_versions: ['3.9', '3.10', '3.11', '3.12', '3.13'] |
39 | 31 | test_suites: |
|
42 | 34 | - template: etc/ci/azure-posix.yml |
43 | 35 | parameters: |
44 | 36 | job_name: macos14_cpython |
45 | | - image_name: macOS-14-large |
46 | | - python_versions: ['3.9', '3.10', '3.11', '3.12', '3.13'] |
47 | | - test_suites: |
48 | | - all: venv/bin/pytest -n 2 -vvs |
49 | | - |
50 | | - - template: etc/ci/azure-posix.yml |
51 | | - parameters: |
52 | | - job_name: macos14_cpython_arm64 |
53 | 37 | image_name: macOS-14 |
54 | 38 | python_versions: ['3.9', '3.10', '3.11', '3.12', '3.13'] |
55 | 39 | test_suites: |
|
63 | 47 | test_suites: |
64 | 48 | all: venv/bin/pytest -n 2 -vvs |
65 | 49 |
|
66 | | - - template: etc/ci/azure-posix.yml |
67 | | - parameters: |
68 | | - job_name: macos15_cpython_arm64 |
69 | | - image_name: macOS-15-large |
70 | | - python_versions: ['3.9', '3.10', '3.11', '3.12', '3.13'] |
71 | | - test_suites: |
72 | | - all: venv/bin/pytest -n 2 -vvs |
73 | | - |
74 | 50 | - template: etc/ci/azure-win.yml |
75 | 51 | parameters: |
76 | 52 | job_name: win2019_cpython |
|
0 commit comments