From f25b0530b99c836eeb87697559f8b93fb335bddc Mon Sep 17 00:00:00 2001 From: Cheena Malhotra <13396919+cheenamalhotra@users.noreply.github.com> Date: Tue, 10 Oct 2023 15:18:19 -0700 Subject: [PATCH] Use python 3.11 (#24646) --- build/azure-pipelines/win32/sql-product-build-win32.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/azure-pipelines/win32/sql-product-build-win32.yml b/build/azure-pipelines/win32/sql-product-build-win32.yml index 45e10419e6..938585ba18 100644 --- a/build/azure-pipelines/win32/sql-product-build-win32.yml +++ b/build/azure-pipelines/win32/sql-product-build-win32.yml @@ -9,7 +9,7 @@ steps: - task: UsePythonVersion@0 inputs: - versionSpec: '3.x' + versionSpec: '3.11.x' addToPath: true - task: AzureKeyVault@1