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