diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1745b73e8..ac8be6642 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,6 @@ jobs: os: [ubuntu-latest, macos-latest, windows-2019] python-version: - "2.7" - - "3.5" - "3.6" - "3.7" - "3.8" @@ -113,8 +112,6 @@ jobs: # allowed_failure: true # Unicode parsing fails in Py3 exclude: - - os: ubuntu-latest - python-version: "3.5" - os: ubuntu-latest python-version: "3.6"