]> git.proxmox.com Git - mirror_edk2.git/commitdiff
.azurepipelines: Updated python version
authorKen Lautner <kenlautner3@gmail.com>
Tue, 8 Mar 2022 22:49:15 +0000 (14:49 -0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 9 Mar 2022 18:58:33 +0000 (18:58 +0000)
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>
.azurepipelines/Ubuntu-PatchCheck.yml
.azurepipelines/templates/platform-build-run-steps.yml
.azurepipelines/templates/pr-gate-steps.yml

index 4de453bf9db8b48466e816edd153db3b71aa5fd2..d55c238592ef02ea9df77081955fbc17f5d21586 100644 (file)
@@ -27,7 +27,7 @@ steps:
 \r
 - task: UsePythonVersion@0\r
   inputs:\r
-    versionSpec: '3.7.x'\r
+    versionSpec: '3.9.x'\r
     architecture: 'x64'\r
 \r
 - script: |\r
index 97e7faa266825563df97284b3e6f05f49e72d159..36cdce9bf8fadd647f90eebfe9fe091071f195d5 100644 (file)
@@ -42,7 +42,7 @@ steps:
 \r
 - task: UsePythonVersion@0\r
   inputs:\r
-    versionSpec: "3.8.x"\r
+    versionSpec: "3.9.x"\r
     architecture: "x64"\r
 \r
 - script: pip install -r pip-requirements.txt --upgrade\r
index 70c19a462194e44dc898b6aea81f04a5a210d8a9..6601c247421ba1df61ccfb7c6c4b31ee5d5a3cfa 100644 (file)
@@ -20,7 +20,7 @@ steps:
 \r
 - task: UsePythonVersion@0\r
   inputs:\r
-    versionSpec: '3.8.x'\r
+    versionSpec: '3.9.x'\r
     architecture: 'x64'\r
 \r
 - script: pip install -r pip-requirements.txt --upgrade\r