@@ -131,9 +131,9 @@ jobs:
131131
132132 steps :
133133 - task : UsePythonVersion@0
134- displayName : ' Use Python 3.12 '
134+ displayName : ' Use Python 3.13 '
135135 inputs :
136- versionSpec : 3.12
136+ versionSpec : 3.13
137137
138138 - bash : ./scripts/ci/dependency_check.sh
139139 displayName : ' Verify src/azure-cli/requirements.py3.Linux.txt'
@@ -146,9 +146,9 @@ jobs:
146146
147147 steps :
148148 - task : UsePythonVersion@0
149- displayName : ' Use Python 3.12 '
149+ displayName : ' Use Python 3.13 '
150150 inputs :
151- versionSpec : 3.12
151+ versionSpec : 3.13
152152
153153 - bash : ./scripts/ci/dependency_check.sh
154154 displayName : ' Verify src/azure-cli/requirements.py3.Darwin.txt'
@@ -161,9 +161,9 @@ jobs:
161161
162162 steps :
163163 - task : UsePythonVersion@0
164- displayName : ' Use Python 3.12 '
164+ displayName : ' Use Python 3.13 '
165165 inputs :
166- versionSpec : 3.12
166+ versionSpec : 3.13
167167
168168 - task : BatchScript@1
169169 inputs :
@@ -178,9 +178,9 @@ jobs:
178178 name : ${{ variables.ubuntu_pool }}
179179 steps :
180180 - task : UsePythonVersion@0
181- displayName : ' Use Python 3.12 '
181+ displayName : ' Use Python 3.13 '
182182 inputs :
183- versionSpec : 3.12
183+ versionSpec : 3.13
184184 - template : .azure-pipelines/templates/azdev_setup.yml
185185 - bash : |
186186 set -ev
@@ -433,9 +433,9 @@ jobs:
433433 name : ${{ variables.ubuntu_pool }}
434434 steps :
435435 - task : UsePythonVersion@0
436- displayName : ' Use Python 3.12 '
436+ displayName : ' Use Python 3.13 '
437437 inputs :
438- versionSpec : 3.12
438+ versionSpec : 3.13
439439
440440 - task : PipAuthenticate@1
441441 condition : startsWith(variables['Build.SourceBranch'], 'refs/heads/release')
@@ -468,10 +468,10 @@ jobs:
468468 displayName : Test Python Wheels
469469 strategy :
470470 matrix :
471- Python39 :
472- python.version : ' 3.9'
473471 Python312 :
474472 python.version : ' 3.12'
473+ Python313 :
474+ python.version : ' 3.13'
475475 dependsOn : BuildPythonWheel
476476 condition : succeeded()
477477 pool :
@@ -508,10 +508,10 @@ jobs:
508508 name : ${{ variables.ubuntu_pool }}
509509 strategy :
510510 matrix :
511- Python39 :
512- python.version : ' 3.9'
513511 Python312 :
514512 python.version : ' 3.12'
513+ Python313 :
514+ python.version : ' 3.13'
515515 steps :
516516 - template : .azure-pipelines/templates/automation_test.yml
517517 parameters :
@@ -525,10 +525,10 @@ jobs:
525525 name : ${{ variables.ubuntu_pool }}
526526 strategy :
527527 matrix :
528- Python39 :
529- python.version : ' 3.9'
530528 Python312 :
531529 python.version : ' 3.12'
530+ Python313 :
531+ python.version : ' 3.13'
532532 steps :
533533 - template : .azure-pipelines/templates/automation_test.yml
534534 parameters :
@@ -545,10 +545,10 @@ jobs:
545545 name : ${{ variables.ubuntu_pool }}
546546 strategy :
547547 matrix :
548- Python39 :
549- python.version : ' 3.9'
550548 Python312 :
551549 python.version : ' 3.12'
550+ Python313 :
551+ python.version : ' 3.13'
552552 steps :
553553 - task : UsePythonVersion@0
554554 displayName : ' Use Python $(python.version)'
@@ -568,8 +568,8 @@ jobs:
568568 name : ${{ variables.ubuntu_pool }}
569569 strategy :
570570 matrix :
571- Python312 :
572- python.version : ' 3.12 '
571+ Python313 :
572+ python.version : ' 3.13 '
573573 steps :
574574 - task : UsePythonVersion@0
575575 displayName : ' Use Python $(python.version)'
@@ -1039,9 +1039,9 @@ jobs:
10391039 name : ${{ variables.ubuntu_multi_core_pool }}
10401040 steps :
10411041 - task : UsePythonVersion@0
1042- displayName : ' Use Python 3.12 '
1042+ displayName : ' Use Python 3.13 '
10431043 inputs :
1044- versionSpec : 3.12
1044+ versionSpec : 3.13
10451045 - template : .azure-pipelines/templates/azdev_setup.yml
10461046 - bash : |
10471047 set -ev
@@ -1055,9 +1055,9 @@ jobs:
10551055 name : ${{ variables.ubuntu_pool }}
10561056 steps :
10571057 - task : UsePythonVersion@0
1058- displayName : ' Use Python 3.12 '
1058+ displayName : ' Use Python 3.13 '
10591059 inputs :
1060- versionSpec : 3.12
1060+ versionSpec : 3.13
10611061 - template : .azure-pipelines/templates/azdev_setup.yml
10621062 - bash : |
10631063 set -ev
@@ -1070,10 +1070,10 @@ jobs:
10701070 displayName : " PerformanceCheck"
10711071 strategy :
10721072 matrix :
1073- Python39 :
1074- python.version : ' 3.9'
10751073 Python312 :
10761074 python.version : ' 3.12'
1075+ Python313 :
1076+ python.version : ' 3.13'
10771077 pool :
10781078 name : ${{ variables.ubuntu_pool }}
10791079 steps :
@@ -1101,9 +1101,9 @@ jobs:
11011101 name : ${{ variables.ubuntu_multi_core_pool }}
11021102 steps :
11031103 - task : UsePythonVersion@0
1104- displayName : ' Use Python 3.12 '
1104+ displayName : ' Use Python 3.13 '
11051105 inputs :
1106- versionSpec : 3.12
1106+ versionSpec : 3.13
11071107 - template : .azure-pipelines/templates/azdev_setup.yml
11081108 - bash : |
11091109 set -ev
@@ -1124,9 +1124,9 @@ jobs:
11241124 name : ${{ variables.ubuntu_pool }}
11251125 steps :
11261126 - task : UsePythonVersion@0
1127- displayName : ' Use Python 3.12 '
1127+ displayName : ' Use Python 3.13 '
11281128 inputs :
1129- versionSpec : 3.12
1129+ versionSpec : 3.13
11301130 - template : .azure-pipelines/templates/azdev_setup.yml
11311131 - bash : |
11321132 set -ev
0 commit comments