diff --git a/.azure-pipelines/templates/automation_test.yml b/.azure-pipelines/templates/automation_test.yml index 21c89b29c92..f5f97d05fde 100644 --- a/.azure-pipelines/templates/automation_test.yml +++ b/.azure-pipelines/templates/automation_test.yml @@ -3,7 +3,7 @@ parameters: - name: pythonVersion type: string - default: 3.8 + default: 3.10 - name: profile type: string default: latest diff --git a/azure-pipelines-full-tests.yml b/azure-pipelines-full-tests.yml index 1186255ea37..140fec90519 100644 --- a/azure-pipelines-full-tests.yml +++ b/azure-pipelines-full-tests.yml @@ -22,8 +22,8 @@ jobs: matrix: Python36: python.version: '3.6' - Python38: - python.version: '3.8' + Python39: + python.version: '3.9' Python310: python.version: '3.10' steps: @@ -42,8 +42,8 @@ jobs: matrix: Python36: python.version: '3.6' - Python38: - python.version: '3.8' + Python39: + python.version: '3.9' Python310: python.version: '3.10' steps: @@ -62,8 +62,8 @@ jobs: matrix: Python36: python.version: '3.6' - Python38: - python.version: '3.8' + Python39: + python.version: '3.9' Python310: python.version: '3.10' steps: @@ -106,8 +106,8 @@ jobs: instance_idx: '$(Instance_idx)' fullTest: true -- job: AutomationFullTestPython38ProfileLatest - displayName: Automation Full Test Python38 Profile Latest +- job: AutomationFullTestPython39ProfileLatest + displayName: Automation Full Test Python39 Profile Latest timeoutInMinutes: 9999 strategy: maxParallel: 8 @@ -133,7 +133,7 @@ jobs: steps: - template: .azure-pipelines/templates/automation_test.yml parameters: - pythonVersion: '3.8' + pythonVersion: '3.9' profile: 'latest' instance_cnt: '8' instance_idx: '$(Instance_idx)' diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b770e7f791e..400862fca6d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -386,9 +386,9 @@ jobs: --rm -v $PYPI_FILES:/mnt/pypi python:3.7 \ /bin/bash -c "ls /mnt/pypi && pip install -f /mnt/pypi -q azure-cli==$CLI_VERSION.* && az self-test && az --version && sleep 5" - echo "== Testing pip install on Python 3.8 ==" + echo "== Testing pip install on Python 3.9 ==" docker run \ - --rm -v $PYPI_FILES:/mnt/pypi python:3.8 \ + --rm -v $PYPI_FILES:/mnt/pypi python:3.9 \ /bin/bash -c "ls /mnt/pypi && pip install -f /mnt/pypi -q azure-cli==$CLI_VERSION.* && az self-test && az --version && sleep 5" echo "== Testing pip install on Python 3.10 ==" @@ -407,8 +407,8 @@ jobs: matrix: Python36: python.version: '3.6' - Python38: - python.version: '3.8' + Python39: + python.version: '3.9' Python310: python.version: '3.10' steps: @@ -426,8 +426,8 @@ jobs: matrix: Python36: python.version: '3.6' - Python38: - python.version: '3.8' + Python39: + python.version: '3.9' Python310: python.version: '3.10' steps: @@ -448,8 +448,8 @@ jobs: matrix: Python36: python.version: '3.6' - Python38: - python.version: '3.8' + Python39: + python.version: '3.9' Python310: python.version: '3.10' steps: @@ -471,8 +471,8 @@ jobs: matrix: Python36: python.version: '3.6' - Python38: - python.version: '3.8' + Python39: + python.version: '3.9' Python310: python.version: '3.10' steps: @@ -490,8 +490,8 @@ jobs: matrix: Python36: python.version: '3.6' - Python38: - python.version: '3.8' + Python39: + python.version: '3.9' Python310: python.version: '3.10' steps: @@ -509,8 +509,8 @@ jobs: matrix: Python36: python.version: '3.6' - Python38: - python.version: '3.8' + Python39: + python.version: '3.9' Python310: python.version: '3.10' steps: @@ -528,8 +528,8 @@ jobs: matrix: Python36: python.version: '3.6' - Python38: - python.version: '3.8' + Python39: + python.version: '3.9' Python310: python.version: '3.10' steps: @@ -957,8 +957,8 @@ jobs: matrix: Python36: python.version: '3.6' - Python38: - python.version: '3.8' + Python39: + python.version: '3.9' Python310: python.version: '3.10' pool: