mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-27 07:34:06 +02:00
.azurepipelines: Fix Python version (to 3.12)
Upgrades python to 3.12 for build as it has been released and all supporting tools have been updated to also support 3.12. Cc: Sean Brogan <sean.brogan@microsoft.com> Cc: Michael Kubacki <mikuback@linux.microsoft.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Signed-off-by: Joey Vagedes <joeyvagedes@gmail.com> Message-Id: <20231030164131.20419-1-joeyvagedes@microsoft.com> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Michael Kubacki <michael.kubacki@microsoft.com>
This commit is contained in:
parent
2426a35625
commit
8e74629070
@ -27,7 +27,7 @@ steps:
|
|||||||
|
|
||||||
- task: UsePythonVersion@0
|
- task: UsePythonVersion@0
|
||||||
inputs:
|
inputs:
|
||||||
versionSpec: '3.11'
|
versionSpec: '3.12'
|
||||||
architecture: 'x64'
|
architecture: 'x64'
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
|
@ -8,5 +8,5 @@
|
|||||||
##
|
##
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
default_python_version: "3.11"
|
default_python_version: "3.12"
|
||||||
default_linux_image: "ghcr.io/tianocore/containers/fedora-37-test:a0dd931"
|
default_linux_image: "ghcr.io/tianocore/containers/fedora-37-test:a0dd931"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user