We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f324bed commit d657306Copy full SHA for d657306
1 file changed
azure-pipelines.yml
@@ -68,7 +68,7 @@ jobs:
68
python_versions: ["3.9", "3.10", "3.11", "3.12", "3.13"]
69
test_suites:
70
click_versions: |
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;
+ for clk_ver in 8.2.0 8.2.1;
72
do
73
pip install click==$clk_ver;
74
venv/bin/pytest -vvs tests/test_cliutils_progressbar.py;
0 commit comments