@@ -130,9 +130,9 @@ jobs:
130130
131131 steps :
132132 - task : UsePythonVersion@0
133- displayName : ' Use Python 3.10 '
133+ displayName : ' Use Python 3.11 '
134134 inputs :
135- versionSpec : 3.10
135+ versionSpec : 3.11
136136
137137 - bash : ./scripts/ci/dependency_check.sh
138138 displayName : ' Verify src/azure-cli/requirements.py3.Linux.txt'
@@ -145,9 +145,9 @@ jobs:
145145
146146 steps :
147147 - task : UsePythonVersion@0
148- displayName : ' Use Python 3.10 '
148+ displayName : ' Use Python 3.11 '
149149 inputs :
150- versionSpec : 3.10
150+ versionSpec : 3.11
151151
152152 - bash : ./scripts/ci/dependency_check.sh
153153 displayName : ' Verify src/azure-cli/requirements.py3.Darwin.txt'
@@ -160,9 +160,9 @@ jobs:
160160
161161 steps :
162162 - task : UsePythonVersion@0
163- displayName : ' Use Python 3.10 '
163+ displayName : ' Use Python 3.11 '
164164 inputs :
165- versionSpec : 3.10
165+ versionSpec : 3.11
166166
167167 - task : BatchScript@1
168168 inputs :
@@ -177,9 +177,9 @@ jobs:
177177 name : ${{ variables.ubuntu_pool }}
178178 steps :
179179 - task : UsePythonVersion@0
180- displayName : ' Use Python 3.10 '
180+ displayName : ' Use Python 3.11 '
181181 inputs :
182- versionSpec : 3.10
182+ versionSpec : 3.11
183183 - template : .azure-pipelines/templates/azdev_setup.yml
184184 - bash : |
185185 set -ev
@@ -349,9 +349,9 @@ jobs:
349349 name : ${{ variables.ubuntu_pool }}
350350 steps :
351351 - task : UsePythonVersion@0
352- displayName : ' Use Python 3.10 '
352+ displayName : ' Use Python 3.11 '
353353 inputs :
354- versionSpec : 3.10
354+ versionSpec : 3.11
355355
356356
357357 - script : |
@@ -411,9 +411,9 @@ jobs:
411411 --rm -v $PYPI_FILES:/mnt/pypi python:3.9 \
412412 /bin/bash -c "cd /mnt/pypi && ls && pip install --find-links ./ azure_cli-$CLI_VERSION*whl && az self-test && az --version && sleep 5"
413413
414- echo "== Testing pip install on Python 3.10 =="
414+ echo "== Testing pip install on Python 3.11 =="
415415 docker run \
416- --rm -v $PYPI_FILES:/mnt/pypi python:3.10 \
416+ --rm -v $PYPI_FILES:/mnt/pypi python:3.11 \
417417 /bin/bash -c "cd /mnt/pypi && ls && pip install --find-links ./ azure_cli-$CLI_VERSION*whl && az self-test && az --version && sleep 5"
418418
419419 displayName: 'Test pip Install'
@@ -427,8 +427,8 @@ jobs:
427427 matrix :
428428 Python39 :
429429 python.version : ' 3.9'
430- Python310 :
431- python.version : ' 3.10 '
430+ Python311 :
431+ python.version : ' 3.11 '
432432 steps :
433433 - template : .azure-pipelines/templates/automation_test.yml
434434 parameters :
@@ -444,8 +444,8 @@ jobs:
444444 matrix :
445445 Python39 :
446446 python.version : ' 3.9'
447- Python310 :
448- python.version : ' 3.10 '
447+ Python311 :
448+ python.version : ' 3.11 '
449449 steps :
450450 - template : .azure-pipelines/templates/automation_test.yml
451451 parameters :
@@ -464,8 +464,8 @@ jobs:
464464 matrix :
465465 Python39 :
466466 python.version : ' 3.9'
467- Python310 :
468- python.version : ' 3.10 '
467+ Python311 :
468+ python.version : ' 3.11 '
469469 steps :
470470 - task : UsePythonVersion@0
471471 displayName : ' Use Python $(python.version)'
@@ -485,8 +485,8 @@ jobs:
485485 name : ${{ variables.ubuntu_pool }}
486486 strategy :
487487 matrix :
488- Python310 :
489- python.version : ' 3.10 '
488+ Python311 :
489+ python.version : ' 3.11 '
490490 steps :
491491 - task : UsePythonVersion@0
492492 displayName : ' Use Python $(python.version)'
@@ -530,7 +530,7 @@ jobs:
530530 -e CLI_VERSION=$CLI_VERSION \
531531 -e HOMEBREW_UPSTREAM_URL=$HOMEBREW_UPSTREAM_URL \
532532 --name azurecli \
533- python:3.10 \
533+ python:3.11 \
534534 /mnt/scripts/run.sh
535535
536536 # clean up
@@ -954,9 +954,9 @@ jobs:
954954 name : ${{ variables.ubuntu_pool }}
955955 steps :
956956 - task : UsePythonVersion@0
957- displayName : ' Use Python 3.10 '
957+ displayName : ' Use Python 3.11 '
958958 inputs :
959- versionSpec : 3.10
959+ versionSpec : 3.11
960960 - template : .azure-pipelines/templates/azdev_setup.yml
961961 - bash : |
962962 set -ev
@@ -970,9 +970,9 @@ jobs:
970970 name : ${{ variables.ubuntu_pool }}
971971 steps :
972972 - task : UsePythonVersion@0
973- displayName : ' Use Python 3.10 '
973+ displayName : ' Use Python 3.11 '
974974 inputs :
975- versionSpec : 3.10
975+ versionSpec : 3.11
976976 - template : .azure-pipelines/templates/azdev_setup.yml
977977 - bash : |
978978 set -ev
@@ -987,8 +987,8 @@ jobs:
987987 matrix :
988988 Python39 :
989989 python.version : ' 3.9'
990- Python310 :
991- python.version : ' 3.10 '
990+ Python311 :
991+ python.version : ' 3.11 '
992992 pool :
993993 name : ${{ variables.ubuntu_pool }}
994994 steps :
@@ -1016,9 +1016,9 @@ jobs:
10161016 name : ${{ variables.ubuntu_pool }}
10171017 steps :
10181018 - task : UsePythonVersion@0
1019- displayName : ' Use Python 3.10 '
1019+ displayName : ' Use Python 3.11 '
10201020 inputs :
1021- versionSpec : 3.10
1021+ versionSpec : 3.11
10221022 - template : .azure-pipelines/templates/azdev_setup.yml
10231023 - bash : |
10241024 set -ev
@@ -1039,9 +1039,9 @@ jobs:
10391039 name : ${{ variables.ubuntu_pool }}
10401040 steps :
10411041 - task : UsePythonVersion@0
1042- displayName : ' Use Python 3.10 '
1042+ displayName : ' Use Python 3.11 '
10431043 inputs :
1044- versionSpec : 3.10
1044+ versionSpec : 3.11
10451045 - template : .azure-pipelines/templates/azdev_setup.yml
10461046 - bash : |
10471047 set -ev
@@ -1126,9 +1126,9 @@ jobs:
11261126 name : ${{ variables.ubuntu_pool }}
11271127 steps :
11281128 - task : UsePythonVersion@0
1129- displayName : ' Use Python 3.10 '
1129+ displayName : ' Use Python 3.11 '
11301130 inputs :
1131- versionSpec : 3.10
1131+ versionSpec : 3.11
11321132 - task : AzureCLI@2
11331133 inputs :
11341134 azureSubscription : ' Azure CLI'
0 commit comments