Skip to content

Commit 356f287

Browse files
authored
[Perf] Use Python 3.11 in perf test pipelines (Azure#28019)
1 parent 7cfb4ee commit 356f287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/pipelines/templates/jobs/perf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ extends:
3030
Variables:
3131
- template: /eng/pipelines/templates/variables/globals.yml
3232
- name: PythonVersion
33-
value: '3.7'
33+
value: '3.11'
3434
Language: Python
3535
InstallLanguageSteps:
3636
- task: UsePythonVersion@0

0 commit comments

Comments
 (0)