Skip to content

Commit 3d0b222

Browse files
committed
build: bump azure pipelines python to 3.9
1 parent ec82589 commit 3d0b222

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# steps:
2727
# - task: UsePythonVersion@0
2828
# inputs:
29-
# versionSpec: '3.7'
29+
# versionSpec: '3.9'
3030
# architecture: 'x64'
3131
#
3232
# - script: |
@@ -55,7 +55,7 @@ jobs:
5555
steps:
5656
- task: UsePythonVersion@0
5757
inputs:
58-
versionSpec: '3.8'
58+
versionSpec: '3.9'
5959
architecture: 'x64'
6060

6161
- script: |
@@ -84,7 +84,7 @@ jobs:
8484
steps:
8585
- task: UsePythonVersion@0
8686
inputs:
87-
versionSpec: '3.8'
87+
versionSpec: '3.9'
8888
architecture: 'x64'
8989

9090
- script: |

0 commit comments

Comments
 (0)