[edk2-devel] [PATCH v1 1/2] .azurepipelines: Fix Python version (to 3.11)

Michael Kubacki mikuback at linux.microsoft.com
Fri Oct 6 23:10:43 UTC 2023


From: Michael Kubacki <michael.kubacki at microsoft.com>

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 at microsoft.com>
Cc: Michael D Kinney <michael.d.kinney at intel.com>
Cc: Liming Gao <gaoliming at byosoft.com.cn>
Signed-off-by: Michael Kubacki <michael.kubacki at microsoft.com>
---
 .azurepipelines/Ubuntu-PatchCheck.yml  | 2 +-
 .azurepipelines/templates/defaults.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.azurepipelines/Ubuntu-PatchCheck.yml b/.azurepipelines/Ubuntu-PatchCheck.yml
index b86d4bc3b93f..5e79474999b6 100644
--- a/.azurepipelines/Ubuntu-PatchCheck.yml
+++ b/.azurepipelines/Ubuntu-PatchCheck.yml
@@ -27,7 +27,7 @@ steps:
 
 - task: UsePythonVersion at 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 8006495580f3..d50aa3e6d4d0 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"
-- 
2.42.0.windows.2



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#109371): https://edk2.groups.io/g/devel/message/109371
Mute This Topic: https://groups.io/mt/101808694/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-




More information about the edk2-devel-archive mailing list