diff --git a/eng/pipelines/templates/jobs/ci.yml b/eng/pipelines/templates/jobs/ci.yml index e356e93c216e..18ae4335aca7 100644 --- a/eng/pipelines/templates/jobs/ci.yml +++ b/eng/pipelines/templates/jobs/ci.yml @@ -99,9 +99,9 @@ jobs: echo "##vso[task.setvariable variable=VersioningProperties]$versioningProperties" displayName: "Setup .NET specific versioning properties" - task: UsePythonVersion@0 - displayName: 'Use Python 3.9' + displayName: 'Use Python 3.11' inputs: - versionSpec: '3.9' + versionSpec: '3.11' - template: /eng/pipelines/templates/steps/dotnet-diagnostics.yml parameters: LogFilePath: $(Build.ArtifactStagingDirectory)/pack.binlog @@ -267,9 +267,9 @@ jobs: os: windows steps: - task: UsePythonVersion@0 - displayName: "Use Python 3.9" + displayName: "Use Python 3.11" inputs: - versionSpec: "3.9" + versionSpec: "3.11" - template: /eng/common/pipelines/templates/steps/validate-filename.yml