From d15bdb755bc8e37651e13cd7ca4a81cb15b5a703 Mon Sep 17 00:00:00 2001 From: Eleanor Boyd <26030610+eleanorjboyd@users.noreply.github.com> Date: Thu, 11 Dec 2025 10:24:30 -0800 Subject: [PATCH] fix: update Python version from 3.8 to 3.9 in Azure pipeline configuration (#1056) fix build pipeline issues --- build/azure-pipeline.stable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/azure-pipeline.stable.yml b/build/azure-pipeline.stable.yml index d7e0a785..8675a9e2 100644 --- a/build/azure-pipeline.stable.yml +++ b/build/azure-pipeline.stable.yml @@ -61,7 +61,7 @@ extends: - task: UsePythonVersion@0 inputs: - versionSpec: '3.8' + versionSpec: '3.9' addToPath: true architecture: 'x64' displayName: Select Python version