summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"