Skip to content

Commit 5c8fec8

Browse files
authored
{CI} Update pipeline to use Python 3.13 (#9056)
1 parent 9043534 commit 5c8fec8

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

azure-pipelines.yml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ jobs:
5757
name: ${{ variables.ubuntu_pool }}
5858
steps:
5959
- task: UsePythonVersion@0
60-
displayName: 'Use Python 3.12'
60+
displayName: 'Use Python 3.13'
6161
inputs:
62-
versionSpec: 3.12
62+
versionSpec: 3.13
6363
- template: .azure-pipelines/templates/azdev_setup.yml
6464
- bash: |
6565
#!/usr/bin/env bash
@@ -73,9 +73,9 @@ jobs:
7373
name: ${{ variables.ubuntu_pool }}
7474
steps:
7575
- task: UsePythonVersion@0
76-
displayName: 'Use Python 3.12'
76+
displayName: 'Use Python 3.13'
7777
inputs:
78-
versionSpec: 3.12
78+
versionSpec: 3.13
7979
- bash: |
8080
#!/usr/bin/env bash
8181
set -ev
@@ -98,6 +98,8 @@ jobs:
9898
python.version: '3.11'
9999
Python312:
100100
python.version: '3.12'
101+
Python313:
102+
python.version: '3.13'
101103
steps:
102104
- task: UsePythonVersion@0
103105
displayName: 'Use Python $(python.version)'
@@ -125,9 +127,9 @@ jobs:
125127
name: ${{ variables.ubuntu_pool }}
126128
steps:
127129
- task: UsePythonVersion@0
128-
displayName: 'Use Python 3.12'
130+
displayName: 'Use Python 3.13'
129131
inputs:
130-
versionSpec: 3.12
132+
versionSpec: 3.13
131133
- template: .azure-pipelines/templates/azdev_setup.yml
132134
- bash: |
133135
#!/usr/bin/env bash
@@ -149,9 +151,9 @@ jobs:
149151
name: ${{ variables.ubuntu_pool }}
150152
steps:
151153
- task: UsePythonVersion@0
152-
displayName: 'Use Python 3.12'
154+
displayName: 'Use Python 3.13'
153155
inputs:
154-
versionSpec: 3.12
156+
versionSpec: 3.13
155157
- template: .azure-pipelines/templates/azdev_setup.yml
156158
- bash: |
157159
#!/usr/bin/env bash
@@ -234,9 +236,9 @@ jobs:
234236
# name: ${{ variables.ubuntu_pool }}
235237
# steps:
236238
# - task: UsePythonVersion@0
237-
# displayName: 'Use Python 3.12'
239+
# displayName: 'Use Python 3.13'
238240
# inputs:
239-
# versionSpec: 3.12
241+
# versionSpec: 3.13
240242
# - bash: pip install wheel==0.30.0
241243
# displayName: 'Install wheel==0.30.0'
242244
# - task: Bash@3

0 commit comments

Comments
 (0)