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