@@ -13,23 +13,23 @@ jobs:
1313 parameters :
1414 job_name : ubuntu22_cpython
1515 image_name : ubuntu-22.04
16- python_versions : ["3.9", "3.10", "3.11", "3.12"]
16+ python_versions : ["3.9", "3.10", "3.11", "3.12", "3.13" ]
1717 test_suites :
1818 all : venv/bin/pytest -n 2 -vvs
1919
2020 - template : etc/ci/azure-posix.yml
2121 parameters :
2222 job_name : ubuntu24_cpython
2323 image_name : ubuntu-24.04
24- python_versions : ["3.9", "3.10", "3.11", "3.12"]
24+ python_versions : ["3.9", "3.10", "3.11", "3.12", "3.13" ]
2525 test_suites :
2626 all : venv/bin/pytest -n 2 -vvs
2727
2828 - template : etc/ci/azure-posix.yml
2929 parameters :
3030 job_name : macos13_cpython
3131 image_name : macOS-13
32- python_versions : ["3.9", "3.10", "3.11", "3.12"]
32+ python_versions : ["3.9", "3.10", "3.11", "3.12", "3.13" ]
3333 test_suites :
3434 all : venv/bin/pytest -n 2 -vvs
3535
@@ -45,15 +45,15 @@ jobs:
4545 parameters :
4646 job_name : win2019_cpython
4747 image_name : windows-2019
48- python_versions : ["3.9", "3.10", "3.11", "3.12"]
48+ python_versions : ["3.9", "3.10", "3.11", "3.12", "3.13" ]
4949 test_suites :
5050 all : venv\Scripts\pytest -n 2 -vvs
5151
5252 - template : etc/ci/azure-win.yml
5353 parameters :
5454 job_name : win2022_cpython
5555 image_name : windows-2022
56- python_versions : ["3.9", "3.10", "3.11", "3.12"]
56+ python_versions : ["3.9", "3.10", "3.11", "3.12", "3.13" ]
5757 test_suites :
5858 all : venv\Scripts\pytest -n 2 -vvs
5959
@@ -63,12 +63,12 @@ jobs:
6363
6464 - template : etc/ci/azure-posix.yml
6565 parameters :
66- job_name : ubuntu22_test_all_supported_click_versions
67- image_name : ubuntu-22 .04
68- python_versions : ["3.9", "3.10", "3.11", "3.12"]
66+ job_name : ubuntu24_test_all_supported_click_versions
67+ image_name : ubuntu-24 .04
68+ python_versions : ["3.9", "3.10", "3.11", "3.12", "3.13" ]
6969 test_suites :
7070 click_versions : |
71- for clk_ver in 8.1.3 8.1.2 8.1.1 8.1.0 8.0.4 8.0.2 8.0.3 8.0.1 7.1.2 7.1.1 7.1 6.7;
71+ for clk_ver in 8.1.7 8.1.6 8.1.5 8.1.4 8.1. 3 8.1.2 8.1.1 8.1.0 8.0.4 8.0.2 8.0.3 8.0.1 7.1.2 7.1.1 7.1 6.7;
7272 do
7373 pip install click==$clk_ver;
7474 venv/bin/pytest -vvs tests/test_cliutils_progressbar.py;
8080
8181 - template : etc/ci/azure-posix.yml
8282 parameters :
83- job_name : ubuntu22_cpython_latest_from_pip
84- image_name : ubuntu-22 .04
85- python_versions : ["3.9", "3.10", "3.11", "3.12"]
83+ job_name : ubuntu24_cpython_latest_from_pip
84+ image_name : ubuntu-24 .04
85+ python_versions : ["3.9", "3.10", "3.11", "3.12", "3.13" ]
8686 test_suites :
8787 all : |
8888 venv/bin/pip install --upgrade-strategy eager --force-reinstall --upgrade -e .
9191
9292 - template : etc/ci/azure-win.yml
9393 parameters :
94- job_name : win2019_cpython_latest_from_pip
95- image_name : windows-2019
96- python_versions : ["3.9", "3.10", "3.11", "3.12"]
94+ job_name : win2022_cpython_latest_from_pip
95+ image_name : windows-2022
96+ python_versions : ["3.9", "3.10", "3.11", "3.12", "3.13" ]
9797 test_suites :
9898 all : |
9999 venv\Scripts\pip install --upgrade-strategy eager --force-reinstall --upgrade -e .
0 commit comments