From 2521a480a81cca42af12f02f08310d7c91c020d2 Mon Sep 17 00:00:00 2001 From: Dulmandakh Date: Thu, 28 Jan 2021 15:26:48 +0800 Subject: [PATCH] drop python2 from CI --- .github/workflows/ci.yaml | 2 +- azure-pipelines.yml | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e492aa9d..415b0eb3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,7 +39,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [2.7, 3.6, 3.7, 3.8] + python-version: [3.6, 3.7, 3.8] os: [MacOS, Ubuntu, Windows] steps: diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9b685eed..70e8c273 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -81,9 +81,6 @@ jobs: vmImage: 'Ubuntu-latest' strategy: matrix: - "2.7": - python.version: '2.7' - python.architecture: x64 "3.6": python.version: '3.6' python.architecture: x64 @@ -106,9 +103,6 @@ jobs: vmImage: windows-latest strategy: matrix: - "2.7": - python.version: '2.7' - python.architecture: x64 "3.6": python.version: '3.6' python.architecture: x64 @@ -130,9 +124,6 @@ jobs: vmImage: macOS-latest strategy: matrix: - "2.7": - python.version: '2.7' - python.architecture: x64 "3.6": python.version: '3.6' python.architecture: x64