summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kubacki <michael.kubacki@microsoft.com>2023-10-06 18:57:45 -0400
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2023-10-07 00:24:38 +0000
commit6439c7335670e487bf648ce714c2946a9585bdee (patch)
tree372d683025086fe9683424562593eab240573671
parentd073a545119140070c83e4b2b249bf0448c6f89e (diff)
downloadedk2-6439c7335670e487bf648ce714c2946a9585bdee.tar.gz
edk2-6439c7335670e487bf648ce714c2946a9585bdee.tar.bz2
edk2-6439c7335670e487bf648ce714c2946a9585bdee.zip
.azurepipelines: Fix Python version (to 3.11)
Build was previously using 3.11. Using 3.12 now that is is released. To allow scripts to take time to update, fix to 3.11. Cc: Sean Brogan <sean.brogan@microsoft.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com> Reviewed-by: Sean Brogan <sean.brogan@microsoft.com>
-rw-r--r--.azurepipelines/Ubuntu-PatchCheck.yml2
-rw-r--r--.azurepipelines/templates/defaults.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.azurepipelines/Ubuntu-PatchCheck.yml b/.azurepipelines/Ubuntu-PatchCheck.yml
index b86d4bc3b9..5e79474999 100644
--- a/.azurepipelines/Ubuntu-PatchCheck.yml
+++ b/.azurepipelines/Ubuntu-PatchCheck.yml
@@ -27,7 +27,7 @@ steps:
- task: UsePythonVersion@0
inputs:
- versionSpec: '>=3.10.6'
+ versionSpec: '3.11'
architecture: 'x64'
- script: |
diff --git a/.azurepipelines/templates/defaults.yml b/.azurepipelines/templates/defaults.yml
index 8006495580..d50aa3e6d4 100644
--- a/.azurepipelines/templates/defaults.yml
+++ b/.azurepipelines/templates/defaults.yml
@@ -8,5 +8,5 @@
##
variables:
- default_python_version: ">=3.10.6"
+ default_python_version: "3.11"
default_linux_image: "ghcr.io/tianocore/containers/fedora-37-test:a0dd931"