Skip to content

Commit 388ff7b

Browse files
committed
[ci] Use python 3.11.x (#8483)
Context: 4fffbf6 Authenticode signing attempts recently started failing again due to issues installing the `xsignextension`. We believe python 3.12 may have caused this breakage, so we're pinning to 3.11.x for now.
1 parent 35cd97d commit 388ff7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-tools/automation/yaml-templates/install-microbuild-tooling.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ steps:
1111

1212
- task: UsePythonVersion@0
1313
inputs:
14-
versionSpec: 3.x
14+
versionSpec: 3.11.x
1515

1616
# ESRP signing requires minimum azure client version 2.8.0
1717
- template: azure-tools/az-client-update.yml@yaml-templates

0 commit comments

Comments
 (0)