Skip to content

Commit be1759d

Browse files
committed
updated version.
1 parent c01d3d4 commit be1759d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

azure/build-prereqs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ steps:
1919
2020
- task: UsePythonVersion@0
2121
name: UsePy
22-
displayName: 'Use Python 3.13'
22+
displayName: 'Use Python 3.10'
2323
inputs:
24-
versionSpec: '3.13'
24+
versionSpec: '3.10'
2525

2626
- bash: |
2727
echo "Checking the python version in use to set LD_LIBRARY_PATH"

azure/cleanup-ecs-pr-proxies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ jobs:
7070
7171
- task: UsePythonVersion@0
7272
name: UsePy
73-
displayName: "Use Python 3.13"
73+
displayName: "Use Python 3.10"
7474
inputs:
75-
versionSpec: 3.13
75+
versionSpec: 3.10
7676

7777
- bash: |
7878
echo "Checking the python version in use to set LD_LIBRARY_PATH"

azure/common/deploy-stage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ stages:
134134
135135
- task: UsePythonVersion@0
136136
name: UsePy
137-
displayName: "Use Python 3.13"
137+
displayName: "Use Python 3.10"
138138
inputs:
139139
versionSpec: 3.10
140140

azure/utils-pr-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ jobs:
4545
4646
- task: UsePythonVersion@0
4747
name: UsePy
48-
displayName: 'Use Python 3.13'
48+
displayName: 'Use Python 3.10'
4949
inputs:
50-
versionSpec: 3.13
50+
versionSpec: 3.10
5151

5252
- bash: |
5353
echo "Checking the python version in use to set LD_LIBRARY_PATH"

0 commit comments

Comments
 (0)