Skip to content

Commit c63ef58

Browse files
kenlautnermergify[bot]
authored andcommitted
.azurepipelines: Updated python version
Updated .azurepipelines to use newest python version Cc: Sean Brogan <[email protected]> Cc: Bret Barkelew <[email protected]> Cc: Michael D Kinney <[email protected]> Cc: Liming Gao <[email protected]> Signed-off-by: Kenneth Lautner <[email protected]> Reviewed-by: Sean Brogan <[email protected]>
1 parent 2aac8bb commit c63ef58

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.azurepipelines/Ubuntu-PatchCheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ steps:
2727

2828
- task: UsePythonVersion@0
2929
inputs:
30-
versionSpec: '3.7.x'
30+
versionSpec: '3.9.x'
3131
architecture: 'x64'
3232

3333
- script: |

.azurepipelines/templates/platform-build-run-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ steps:
4242

4343
- task: UsePythonVersion@0
4444
inputs:
45-
versionSpec: "3.8.x"
45+
versionSpec: "3.9.x"
4646
architecture: "x64"
4747

4848
- script: pip install -r pip-requirements.txt --upgrade

.azurepipelines/templates/pr-gate-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ steps:
2020

2121
- task: UsePythonVersion@0
2222
inputs:
23-
versionSpec: '3.8.x'
23+
versionSpec: '3.9.x'
2424
architecture: 'x64'
2525

2626
- script: pip install -r pip-requirements.txt --upgrade

0 commit comments

Comments
 (0)