Skip to content

Commit af5ccc6

Browse files
authored
Upgrade python versions < 3.11 to 3.11 (Azure#47039)
* Upgrade python versions < 3.11 to 3.11 * There are 2 installs of python * Undo docindex changes which were extraneous spaces that were removed when I'd opened it in the editor
1 parent 22109d2 commit af5ccc6

File tree

1 file changed

+4
-4
lines changed
  • eng/pipelines/templates/jobs

1 file changed

+4
-4
lines changed

eng/pipelines/templates/jobs/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ jobs:
9999
echo "##vso[task.setvariable variable=VersioningProperties]$versioningProperties"
100100
displayName: "Setup .NET specific versioning properties"
101101
- task: UsePythonVersion@0
102-
displayName: 'Use Python 3.9'
102+
displayName: 'Use Python 3.11'
103103
inputs:
104-
versionSpec: '3.9'
104+
versionSpec: '3.11'
105105
- template: /eng/pipelines/templates/steps/dotnet-diagnostics.yml
106106
parameters:
107107
LogFilePath: $(Build.ArtifactStagingDirectory)/pack.binlog
@@ -267,9 +267,9 @@ jobs:
267267
os: windows
268268
steps:
269269
- task: UsePythonVersion@0
270-
displayName: "Use Python 3.9"
270+
displayName: "Use Python 3.11"
271271
inputs:
272-
versionSpec: "3.9"
272+
versionSpec: "3.11"
273273

274274
- template: /eng/common/pipelines/templates/steps/validate-filename.yml
275275

0 commit comments

Comments
 (0)