@@ -129,9 +129,9 @@ jobs:
129129
130130 steps :
131131 - task : UsePythonVersion@0
132- displayName : ' Use Python 3.12 '
132+ displayName : ' Use Python 3.13 '
133133 inputs :
134- versionSpec : 3.12
134+ versionSpec : 3.13
135135
136136 - bash : ./scripts/ci/dependency_check.sh
137137 displayName : ' Verify src/azure-cli/requirements.py3.Linux.txt'
@@ -144,9 +144,9 @@ jobs:
144144
145145 steps :
146146 - task : UsePythonVersion@0
147- displayName : ' Use Python 3.12 '
147+ displayName : ' Use Python 3.13 '
148148 inputs :
149- versionSpec : 3.12
149+ versionSpec : 3.13
150150
151151 - bash : ./scripts/ci/dependency_check.sh
152152 displayName : ' Verify src/azure-cli/requirements.py3.Darwin.txt'
@@ -159,9 +159,9 @@ jobs:
159159
160160 steps :
161161 - task : UsePythonVersion@0
162- displayName : ' Use Python 3.12 '
162+ displayName : ' Use Python 3.13 '
163163 inputs :
164- versionSpec : 3.12
164+ versionSpec : 3.13
165165
166166 - task : BatchScript@1
167167 inputs :
@@ -176,9 +176,9 @@ jobs:
176176 name : ${{ variables.ubuntu_pool }}
177177 steps :
178178 - task : UsePythonVersion@0
179- displayName : ' Use Python 3.12 '
179+ displayName : ' Use Python 3.13 '
180180 inputs :
181- versionSpec : 3.12
181+ versionSpec : 3.13
182182 - template : .azure-pipelines/templates/azdev_setup.yml
183183 - bash : |
184184 set -ev
@@ -440,9 +440,9 @@ jobs:
440440 name : ${{ variables.ubuntu_pool }}
441441 steps :
442442 - task : UsePythonVersion@0
443- displayName : ' Use Python 3.12 '
443+ displayName : ' Use Python 3.13 '
444444 inputs :
445- versionSpec : 3.12
445+ versionSpec : 3.13
446446
447447 - task : PipAuthenticate@1
448448 condition : startsWith(variables['Build.SourceBranch'], 'refs/heads/release')
@@ -475,10 +475,10 @@ jobs:
475475 displayName : Test Python Wheels
476476 strategy :
477477 matrix :
478- Python39 :
479- python.version : ' 3.9'
480478 Python312 :
481479 python.version : ' 3.12'
480+ Python313 :
481+ python.version : ' 3.13'
482482 dependsOn : BuildPythonWheel
483483 condition : succeeded()
484484 pool :
@@ -515,10 +515,10 @@ jobs:
515515 name : ${{ variables.ubuntu_pool }}
516516 strategy :
517517 matrix :
518- Python39 :
519- python.version : ' 3.9'
520518 Python312 :
521519 python.version : ' 3.12'
520+ Python313 :
521+ python.version : ' 3.13'
522522 steps :
523523 - template : .azure-pipelines/templates/automation_test.yml
524524 parameters :
@@ -532,10 +532,10 @@ jobs:
532532 name : ${{ variables.ubuntu_pool }}
533533 strategy :
534534 matrix :
535- Python39 :
536- python.version : ' 3.9'
537535 Python312 :
538536 python.version : ' 3.12'
537+ Python313 :
538+ python.version : ' 3.13'
539539 steps :
540540 - template : .azure-pipelines/templates/automation_test.yml
541541 parameters :
@@ -552,10 +552,10 @@ jobs:
552552 name : ${{ variables.ubuntu_pool }}
553553 strategy :
554554 matrix :
555- Python39 :
556- python.version : ' 3.9'
557555 Python312 :
558556 python.version : ' 3.12'
557+ Python313 :
558+ python.version : ' 3.13'
559559 steps :
560560 - task : UsePythonVersion@0
561561 displayName : ' Use Python $(python.version)'
@@ -575,8 +575,8 @@ jobs:
575575 name : ${{ variables.ubuntu_pool }}
576576 strategy :
577577 matrix :
578- Python312 :
579- python.version : ' 3.12 '
578+ Python313 :
579+ python.version : ' 3.13 '
580580 steps :
581581 - task : UsePythonVersion@0
582582 displayName : ' Use Python $(python.version)'
@@ -1040,9 +1040,9 @@ jobs:
10401040 name : ${{ variables.ubuntu_pool }}
10411041 steps :
10421042 - task : UsePythonVersion@0
1043- displayName : ' Use Python 3.12 '
1043+ displayName : ' Use Python 3.13 '
10441044 inputs :
1045- versionSpec : 3.12
1045+ versionSpec : 3.13
10461046 - template : .azure-pipelines/templates/azdev_setup.yml
10471047 - bash : |
10481048 set -ev
@@ -1057,9 +1057,9 @@ jobs:
10571057 name : ${{ variables.ubuntu_pool }}
10581058 steps :
10591059 - task : UsePythonVersion@0
1060- displayName : ' Use Python 3.12 '
1060+ displayName : ' Use Python 3.13 '
10611061 inputs :
1062- versionSpec : 3.12
1062+ versionSpec : 3.13
10631063 - template : .azure-pipelines/templates/azdev_setup.yml
10641064 - bash : |
10651065 set -ev
@@ -1072,10 +1072,10 @@ jobs:
10721072 displayName : " PerformanceCheck"
10731073 strategy :
10741074 matrix :
1075- Python39 :
1076- python.version : ' 3.9'
10771075 Python312 :
10781076 python.version : ' 3.12'
1077+ Python313 :
1078+ python.version : ' 3.13'
10791079 pool :
10801080 name : ${{ variables.ubuntu_pool }}
10811081 steps :
@@ -1103,9 +1103,9 @@ jobs:
11031103 name : ${{ variables.ubuntu_pool }}
11041104 steps :
11051105 - task : UsePythonVersion@0
1106- displayName : ' Use Python 3.12 '
1106+ displayName : ' Use Python 3.13 '
11071107 inputs :
1108- versionSpec : 3.12
1108+ versionSpec : 3.13
11091109 - template : .azure-pipelines/templates/azdev_setup.yml
11101110 - bash : |
11111111 set -ev
@@ -1126,9 +1126,9 @@ jobs:
11261126 name : ${{ variables.ubuntu_pool }}
11271127 steps :
11281128 - task : UsePythonVersion@0
1129- displayName : ' Use Python 3.12 '
1129+ displayName : ' Use Python 3.13 '
11301130 inputs :
1131- versionSpec : 3.12
1131+ versionSpec : 3.13
11321132 - template : .azure-pipelines/templates/azdev_setup.yml
11331133 - bash : |
11341134 set -ev
0 commit comments