Use python 3.11 (#24646)

This commit is contained in:
Cheena Malhotra
2023-10-10 15:18:19 -07:00
committed by GitHub
parent e1694e5a30
commit f25b0530b9

View File

@@ -9,7 +9,7 @@ steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '3.x'
versionSpec: '3.11.x'
addToPath: true
- task: AzureKeyVault@1