Skip to content

Commit c4678dc

Browse files
authored
Merge pull request #59 from nexB/win2022-py36
Do not use Python 3.6 on Windows 2022 jobs
2 parents 7eb4ca8 + 47da14b commit c4678dc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

azure-pipelines.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@ jobs:
3333

3434
- template: etc/ci/azure-win.yml
3535
parameters:
36-
job_name: win2022_cpython
37-
image_name: windows-2022
36+
job_name: win2019_cpython
37+
image_name: windows-2019
3838
python_versions: ['3.6', '3.7', '3.8', '3.9', '3.10']
3939
test_suites:
4040
all: venv\Scripts\pytest -n 2 -vvs
4141

4242
- template: etc/ci/azure-win.yml
4343
parameters:
44-
job_name: win2019_cpython
45-
image_name: windows-2019
46-
python_versions: ['3.6', '3.7', '3.8', '3.9', '3.10']
44+
job_name: win2022_cpython
45+
image_name: windows-2022
46+
python_versions: ['3.7', '3.8', '3.9', '3.10']
4747
test_suites:
4848
all: venv\Scripts\pytest -n 2 -vvs

0 commit comments

Comments
 (0)