Skip to content

Commit bf6bbaa

Browse files
committed
Pytyon 3.6 is not available on Windows 2022
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 6ed9983 commit bf6bbaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
parameters:
3636
job_name: macos11_cpython
3737
image_name: macos-11
38-
python_versions: ['3.6', '3.7', '3.8', '3.9', '3.10']
38+
python_versions: ['3.7', '3.8', '3.9', '3.10']
3939
test_suites:
4040
all: venv/bin/pytest -n 2 -vvs
4141

0 commit comments

Comments
 (0)