@@ -15,63 +15,63 @@ jobs:
1515 parameters :
1616 job_name : ubuntu18_cpython
1717 image_name : ubuntu-18.04
18- python_versions : ['3.7', '3.8', '3.9', '3.10']
18+ python_versions : ['3.7', '3.8', '3.9', '3.10', '3.11' ]
1919 test_suites :
2020 all : venv/bin/pytest -n 2 -vvs
2121
2222 - template : etc/ci/azure-posix.yml
2323 parameters :
2424 job_name : ubuntu20_cpython
2525 image_name : ubuntu-20.04
26- python_versions : ['3.7', '3.8', '3.9', '3.10']
26+ python_versions : ['3.7', '3.8', '3.9', '3.10', '3.11' ]
2727 test_suites :
2828 all : venv/bin/pytest -n 2 -vvs
2929
3030 - template : etc/ci/azure-posix.yml
3131 parameters :
3232 job_name : ubuntu22_cpython
3333 image_name : ubuntu-22.04
34- python_versions : ['3.7', '3.8', '3.9', '3.10']
34+ python_versions : ['3.7', '3.8', '3.9', '3.10', '3.11' ]
3535 test_suites :
3636 all : venv/bin/pytest -n 2 -vvs
3737
3838 - template : etc/ci/azure-posix.yml
3939 parameters :
4040 job_name : macos1015_cpython
4141 image_name : macos-10.15
42- python_versions : ['3.7', '3.8', '3.9', '3.10']
42+ python_versions : ['3.7', '3.8', '3.9', '3.10', '3.11' ]
4343 test_suites :
4444 all : venv/bin/pytest -n 2 -vvs
4545
4646 - template : etc/ci/azure-posix.yml
4747 parameters :
4848 job_name : macos11_cpython
4949 image_name : macos-11
50- python_versions : ['3.7', '3.8', '3.9', '3.10']
50+ python_versions : ['3.7', '3.8', '3.9', '3.10', '3.11' ]
5151 test_suites :
5252 all : venv/bin/pytest -n 2 -vvs
5353
5454 - template : etc/ci/azure-posix.yml
5555 parameters :
5656 job_name : macos12_cpython
5757 image_name : macos-12
58- python_versions : ['3.7', '3.8', '3.9', '3.10']
58+ python_versions : ['3.7', '3.8', '3.9', '3.10', '3.11' ]
5959 test_suites :
6060 all : venv/bin/pytest -n 2 -vvs
6161
6262 - template : etc/ci/azure-win.yml
6363 parameters :
6464 job_name : win2019_cpython
6565 image_name : windows-2019
66- python_versions : ['3.7', '3.8', '3.9', '3.10']
66+ python_versions : ['3.7', '3.8', '3.9', '3.10', '3.11' ]
6767 test_suites :
6868 all : venv\Scripts\pytest -n 2 -vvs
6969
7070 - template : etc/ci/azure-win.yml
7171 parameters :
7272 job_name : win2022_cpython
7373 image_name : windows-2022
74- python_versions : ['3.7', '3.8', '3.9', '3.10']
74+ python_versions : ['3.7', '3.8', '3.9', '3.10', '3.11' ]
7575 test_suites :
7676 all : venv\Scripts\pytest -n 2 -vvs
7777
0 commit comments