diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9cb205a970a..9c2a04b90d6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1039,9 +1039,9 @@ jobs: name: ${{ variables.ubuntu_pool }} steps: - task: UsePythonVersion@0 - displayName: 'Use Python 3.10' + displayName: 'Use Python 3.11' inputs: - versionSpec: 3.10 + versionSpec: 3.11 - template: .azure-pipelines/templates/azdev_setup.yml - bash: | set -ev