Skip to content

Commit

Permalink
.azurepipelines: Fix Python version (to 3.11)
Browse files Browse the repository at this point in the history
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 <[email protected]>
Cc: Michael D Kinney <[email protected]>
Cc: Liming Gao <[email protected]>
Signed-off-by: Michael Kubacki <[email protected]>
Reviewed-by: Sean Brogan <[email protected]>
  • Loading branch information
makubacki authored and mergify[bot] committed Oct 7, 2023
1 parent d073a54 commit 6439c73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .azurepipelines/Ubuntu-PatchCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ steps:

- task: UsePythonVersion@0
inputs:
versionSpec: '>=3.10.6'
versionSpec: '3.11'
architecture: 'x64'

- script: |
Expand Down
2 changes: 1 addition & 1 deletion .azurepipelines/templates/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 6439c73

Please sign in to comment.