.azurepipelines: Updated python version

Updated .azurepipelines to use newest python version

Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>

Signed-off-by: Kenneth Lautner <kenlautner3@gmail.com>
Reviewed-by: Sean Brogan <sean.brogan@microsoft.com>
This commit is contained in:
Ken Lautner 2022-03-08 14:49:15 -08:00 committed by mergify[bot]
parent 2aac8bb7ef
commit c63ef58698
3 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '3.7.x'
versionSpec: '3.9.x'
architecture: 'x64'
- script: |

View File

@ -42,7 +42,7 @@ steps:
- task: UsePythonVersion@0
inputs:
versionSpec: "3.8.x"
versionSpec: "3.9.x"
architecture: "x64"
- script: pip install -r pip-requirements.txt --upgrade

View File

@ -20,7 +20,7 @@ steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '3.8.x'
versionSpec: '3.9.x'
architecture: 'x64'
- script: pip install -r pip-requirements.txt --upgrade