Skip to content

Commit d659e09

Browse files
committed
Do not use Python 3.6 on Windows 2022 jobs
* Python 3.6 is not available on Windows 2022 images Signed-off-by: Jono Yang <[email protected]>
1 parent cad3164 commit d659e09

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)