|
11 | 11 | parameters: |
12 | 12 | job_name: ubuntu18_cpython |
13 | 13 | image_name: ubuntu-18.04 |
14 | | - python_versions: ['3.6', '3.7', '3.8', '3.9', '3.10'] |
| 14 | + python_versions: ['3.7', '3.8', '3.9', '3.10', '3.11'] |
15 | 15 | test_suites: |
16 | 16 | all: | |
17 | 17 | source venv/bin/activate |
|
21 | 21 | parameters: |
22 | 22 | job_name: ubuntu20_cpython |
23 | 23 | image_name: ubuntu-20.04 |
24 | | - python_versions: ['3.6', '3.7', '3.8', '3.9', '3.10'] |
| 24 | + python_versions: ['3.7', '3.8', '3.9', '3.10', '3.11'] |
25 | 25 | test_suites: |
26 | 26 | all: | |
27 | 27 | source venv/bin/activate |
|
31 | 31 | parameters: |
32 | 32 | job_name: macos1015_cpython |
33 | 33 | image_name: macos-10.15 |
34 | | - python_versions: ['3.6', '3.7', '3.8', '3.9', '3.10'] |
| 34 | + python_versions: ['3.7', '3.8', '3.9', '3.10', '3.11'] |
35 | 35 | test_suites: |
36 | 36 | all: | |
37 | 37 | source venv/bin/activate |
|
41 | 41 | parameters: |
42 | 42 | job_name: macos11_cpython |
43 | 43 | image_name: macos-11 |
44 | | - python_versions: ['3.7', '3.8', '3.9', '3.10'] |
| 44 | + python_versions: ['3.7', '3.8', '3.9', '3.10', '3.11'] |
45 | 45 | test_suites: |
46 | 46 | all: | |
47 | 47 | source venv/bin/activate |
|
51 | 51 | parameters: |
52 | 52 | job_name: win2019_cpython |
53 | 53 | image_name: windows-2019 |
54 | | - python_versions: ['3.6', '3.7', '3.8', '3.9', '3.10'] |
| 54 | + python_versions: ['3.7', '3.8', '3.9', '3.10', '3.11'] |
55 | 55 | test_suites: |
56 | 56 | all: | |
57 | 57 | call venv\Scripts\activate.bat |
|
61 | 61 | parameters: |
62 | 62 | job_name: win2022_cpython |
63 | 63 | image_name: windows-2022 |
64 | | - python_versions: ['3.7', '3.8', '3.9', '3.10'] |
| 64 | + python_versions: ['3.7', '3.8', '3.9', '3.10', '3.11'] |
65 | 65 | test_suites: |
66 | 66 | all: | |
67 | 67 | call venv\Scripts\activate.bat |
|
0 commit comments