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