Skip to content

Commit cff0f2b

Browse files
committed
Updated python version in azure pipeline
1 parent 29bd81e commit cff0f2b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

azure/build-prereqs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ parameters:
55

66
steps:
77
- task: UsePythonVersion@0
8+
displayName: 'Use Python 3.13'
89
inputs:
9-
versionSpec: '3.8'
10+
versionSpec: '3.13'
1011

1112
- bash: |
1213
tfenv use 0.14.6

azure/utils-pr-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
clean: all
3131
steps:
3232
- task: UsePythonVersion@0
33-
displayName: 'Use Python 3.8'
33+
displayName: 'Use Python 3.13'
3434
inputs:
35-
versionSpec: 3.8
35+
versionSpec: 3.13
3636

3737
- bash: |
3838
instance_id="$(curl -s http://169.254.169.254/latest/meta-data/instance-id)"

0 commit comments

Comments
 (0)