There was an error while loading. Please reload this page.
1 parent 93a2d69 commit 739466cCopy full SHA for 739466c
2 files changed
azure-pipelines.yml
@@ -184,7 +184,7 @@ jobs:
184
python_architecture: x64
185
test_suites:
186
click_versions: |
187
- for clk_ver in 8.2.0 8.2.1 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.3.0 8.2.0 8.2.1 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;
188
do
189
venv/bin/pip install click==$clk_ver;
190
venv/bin/scancode -i samples/ -n3 --json foo.json;
requirements.txt
@@ -8,7 +8,7 @@ certifi==2025.6.15
8
cffi==1.17.1
9
chardet==5.2.0
10
charset-normalizer==3.4.2
11
-click==8.2.1;python_version>='3.10'
+click==8.3.0;python_version>='3.10'
12
click==8.1.7;python_version<'3.10'
13
colorama==0.4.6
14
commoncode==32.3.0
0 commit comments