@@ -19,62 +19,62 @@ jobs:
1919 parameters :
2020 job_name : ubuntu22_cpython
2121 image_name : ubuntu-22.04
22- python_versions : ['3.9', '3.10', '3.11', '3.12', '3.13' ]
22+ python_versions : ['3.9', '3.10', '3.11', '3.12']
2323 test_suites :
2424 all : venv/bin/pytest -n 2 -vvs
2525
2626 - template : etc/ci/azure-posix.yml
2727 parameters :
2828 job_name : ubuntu24_cpython
2929 image_name : ubuntu-24.04
30- python_versions : ['3.9', '3.10', '3.11', '3.12', '3.13' ]
30+ python_versions : ['3.9', '3.10', '3.11', '3.12']
3131 test_suites :
3232 all : venv/bin/pytest -n 2 -vvs
3333
3434 - template : etc/ci/azure-posix.yml
3535 parameters :
3636 job_name : macos13_cpython
3737 image_name : macOS-13
38- python_versions : ['3.9', '3.10', '3.11', '3.12', '3.13' ]
38+ python_versions : ['3.9', '3.10', '3.11', '3.12']
3939 test_suites :
4040 all : venv/bin/pytest -n 2 -vvs
4141
4242 - template : etc/ci/azure-posix.yml
4343 parameters :
4444 job_name : macos14_cpython
4545 image_name : macOS-14
46- python_versions : ['3.9', '3.10', '3.11', '3.12', '3.13' ]
46+ python_versions : ['3.9', '3.10', '3.11', '3.12']
4747 test_suites :
4848 all : venv/bin/pytest -n 2 -vvs
4949
5050 - template : etc/ci/azure-posix.yml
5151 parameters :
5252 job_name : macos15_cpython
5353 image_name : macOS-15
54- python_versions : ['3.9', '3.10', '3.11', '3.12', '3.13' ]
54+ python_versions : ['3.9', '3.10', '3.11', '3.12']
5555 test_suites :
5656 all : venv/bin/pytest -n 2 -vvs
5757
5858 - template : etc/ci/azure-win.yml
5959 parameters :
6060 job_name : win2019_cpython
6161 image_name : windows-2019
62- python_versions : ['3.9', '3.10', '3.11', '3.12', '3.13' ]
62+ python_versions : ['3.9', '3.10', '3.11', '3.12']
6363 test_suites :
6464 all : venv\Scripts\pytest -n 2 -vvs
6565
6666 - template : etc/ci/azure-win.yml
6767 parameters :
6868 job_name : win2022_cpython
6969 image_name : windows-2022
70- python_versions : ['3.9', '3.10', '3.11', '3.12', '3.13' ]
70+ python_versions : ['3.9', '3.10', '3.11', '3.12']
7171 test_suites :
7272 all : venv\Scripts\pytest -n 2 -vvs
7373
7474 - template : etc/ci/azure-win.yml
7575 parameters :
7676 job_name : win2025_cpython
7777 image_name : windows-2025
78- python_versions : ['3.9', '3.10', '3.11', '3.12', '3.13' ]
78+ python_versions : ['3.9', '3.10', '3.11', '3.12']
7979 test_suites :
8080 all : venv\Scripts\pytest -n 2 -vvs
0 commit comments