Skip to content

Commit 1a34d51

Browse files
authored
cherry-pick update Python version from 3.8 to 3.9 in Azure pipeline (#1058)
fix build pipeline issues
1 parent c20d762 commit 1a34d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/azure-pipeline.stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ extends:
6161

6262
- task: UsePythonVersion@0
6363
inputs:
64-
versionSpec: '3.8'
64+
versionSpec: '3.9'
6565
addToPath: true
6666
architecture: 'x64'
6767
displayName: Select Python version

0 commit comments

Comments
 (0)