Skip to content

Commit f995d09

Browse files
[release/7.0.3xx] [CI] Pin the python version to 3.11 until ESRP fixes their deps. (#19501)
Backport of #19423 Co-authored-by: Manuel de la Pena <mandel@microsoft.com>
1 parent 10f00d6 commit f995d09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tools/devops/automation/templates/sign-and-notarized

tools/devops/automation/templates/sign-and-notarized/setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ steps:
4545
- ${{ if eq(parameters.isPR, false) }}:
4646
- task: UsePythonVersion@0
4747
inputs:
48-
versionSpec: '3.x'
48+
versionSpec: '3.11.x'
4949

5050
- task: UseDotNet@2
5151
inputs:

0 commit comments

Comments
 (0)