99
1010 - template : etc/ci/azure-posix.yml
1111 parameters :
12- job_name : ubuntu22_cpython
13- image_name : ubuntu-22 .04
14- python_versions : ['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', '3.11 ']
1515 test_suites :
1616 all : |
1717 sudo apt-get -y update
1818 sudo apt-get -y install build-essential strace graphviz
1919 venv/bin/pytest -n 2 -vvs
2020
21-
2221 - template : etc/ci/azure-posix.yml
2322 parameters :
2423 job_name : ubuntu20_cpython
2524 image_name : ubuntu-20.04
26- python_versions : ['3.8', '3.9', '3.10']
25+ python_versions : ['3.7', '3.8', '3.9', '3.10', '3.11']
26+ test_suites :
27+ all : |
28+ sudo apt-get -y update
29+ sudo apt-get -y install build-essential strace graphviz
30+ venv/bin/pytest -n 2 -vvs
31+
32+ - template : etc/ci/azure-posix.yml
33+ parameters :
34+ job_name : ubuntu22_cpython
35+ image_name : ubuntu-22.04
36+ python_versions : ['3.7', '3.8', '3.9', '3.10', '3.11']
2737 test_suites :
2838 all : |
2939 sudo apt-get -y update
@@ -34,38 +44,38 @@ jobs:
3444 parameters :
3545 job_name : macos1015_cpython
3646 image_name : macos-10.15
37- python_versions : ['3.6 ', '3.7 ', '3.8 ', '3.9 ', '3.10 ']
47+ python_versions : ['3.7 ', '3.8 ', '3.9 ', '3.10 ', '3.11 ']
3848 test_suites :
3949 all : venv/bin/pytest -n 2 -vvs
4050
4151 - template : etc/ci/azure-posix.yml
4252 parameters :
4353 job_name : macos11_cpython
4454 image_name : macos-11
45- python_versions : ['3.7', '3.8', '3.9', '3.10']
55+ python_versions : ['3.7', '3.8', '3.9', '3.10', '3.11' ]
4656 test_suites :
4757 all : venv/bin/pytest -n 2 -vvs
4858
4959 - template : etc/ci/azure-posix.yml
5060 parameters :
5161 job_name : macos12_cpython
5262 image_name : macos-12
53- python_versions : ['3.8', '3.9', '3.10']
63+ python_versions : ['3.7', '3. 8', '3.9', '3.10', '3.11 ']
5464 test_suites :
5565 all : venv/bin/pytest -n 2 -vvs
5666
5767 - template : etc/ci/azure-win.yml
5868 parameters :
5969 job_name : win2019_cpython
6070 image_name : windows-2019
61- python_versions : ['3.6 ', '3.7 ', '3.8 ', '3.9 ', '3.10 ']
71+ python_versions : ['3.7 ', '3.8 ', '3.9 ', '3.10 ', '3.11 ']
6272 test_suites :
6373 all : venv\Scripts\pytest -n 2 -vvs
6474
6575 - template : etc/ci/azure-win.yml
6676 parameters :
6777 job_name : win2022_cpython
6878 image_name : windows-2022
69- python_versions : ['3.7', '3.8', '3.9', '3.10']
79+ python_versions : ['3.7', '3.8', '3.9', '3.10', '3.11' ]
7080 test_suites :
7181 all : venv\Scripts\pytest -n 2 -vvs
0 commit comments