Skip to content

Commit

Permalink
[ci] Use python 3.11.x (#8483)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pjcollins committed Nov 3, 2023
1 parent 0808d18 commit fff1f4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ steps:

- task: UsePythonVersion@0
inputs:
versionSpec: 3.x
versionSpec: 3.11.x

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

0 comments on commit fff1f4c

Please sign in to comment.