Skip to content

Commit bd4a014

Browse files
authored
fix: update Python version from 3.8 to 3.9 in Azure pipeline configuration (#1056)
fix build pipeline issues
1 parent caab7ca commit bd4a014

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)