From 99dff71c0f175c41d6976c766cc3a8ae8d6fed81 Mon Sep 17 00:00:00 2001 From: jiasli <4003950+jiasli@users.noreply.github.com> Date: Tue, 12 Apr 2022 19:33:50 +0800 Subject: [PATCH] py39 --- azure-pipelines-full-tests.yml | 8 -------- azure-pipelines.yml | 21 --------------------- 2 files changed, 29 deletions(-) diff --git a/azure-pipelines-full-tests.yml b/azure-pipelines-full-tests.yml index 937bcbd78ef..3617a69238c 100644 --- a/azure-pipelines-full-tests.yml +++ b/azure-pipelines-full-tests.yml @@ -24,8 +24,6 @@ jobs: python.version: '3.6' Python38: python.version: '3.8' - Python39: - python.version: '3.9' Python310: python.version: '3.10' steps: @@ -46,8 +44,6 @@ jobs: python.version: '3.6' Python38: python.version: '3.8' - Python39: - python.version: '3.9' Python310: python.version: '3.10' steps: @@ -68,8 +64,6 @@ jobs: python.version: '3.6' Python38: python.version: '3.8' - Python39: - python.version: '3.9' Python310: python.version: '3.10' steps: @@ -90,8 +84,6 @@ jobs: python.version: '3.6' Python38: python.version: '3.8' - Python39: - python.version: '3.9' Python310: python.version: '3.10' steps: diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 934f97467fd..e60c89b0ae9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -391,11 +391,6 @@ jobs: --rm -v $PYPI_FILES:/mnt/pypi python:3.8 \ /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.9 ==" - # docker run \ - # --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 ==" docker run \ --rm -v $PYPI_FILES:/mnt/pypi python:3.10 \ @@ -414,8 +409,6 @@ jobs: python.version: '3.6' Python38: python.version: '3.8' - Python39: - python.version: '3.9' Python310: python.version: '3.10' steps: @@ -435,8 +428,6 @@ jobs: python.version: '3.6' Python38: python.version: '3.8' - Python39: - python.version: '3.9' Python310: python.version: '3.10' steps: @@ -459,8 +450,6 @@ jobs: python.version: '3.6' Python38: python.version: '3.8' - Python39: - python.version: '3.9' Python310: python.version: '3.10' steps: @@ -484,8 +473,6 @@ jobs: python.version: '3.6' Python38: python.version: '3.8' - Python39: - python.version: '3.9' Python310: python.version: '3.10' steps: @@ -505,8 +492,6 @@ jobs: python.version: '3.6' Python38: python.version: '3.8' - Python39: - python.version: '3.9' Python310: python.version: '3.10' steps: @@ -526,8 +511,6 @@ jobs: python.version: '3.6' Python38: python.version: '3.8' - Python39: - python.version: '3.9' Python310: python.version: '3.10' steps: @@ -547,8 +530,6 @@ jobs: python.version: '3.6' Python38: python.version: '3.8' - Python39: - python.version: '3.9' Python310: python.version: '3.10' steps: @@ -967,8 +948,6 @@ jobs: python.version: '3.6' Python38: python.version: '3.8' - Python39: - python.version: '3.9' Python310: python.version: '3.10' pool: