diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e5fa6d..56508c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,13 +38,11 @@ jobs: # OS images: https://github.com/actions/runner-images matrix: python-version: - - "2.7" - "3.5" - "3.6" - "3.7" - "3.8" - "3.9" - - "pypy-2.7" - "pypy-3.6" - "pypy-3.7" - "pypy-3.8" @@ -65,16 +63,12 @@ jobs: python-version: "3.4" - platform: macos-latest python-version: "3.4" - - platform: macos-latest - python-version: "pypy-2.7" - platform: macos-latest python-version: "pypy-3.6" - platform: macos-latest python-version: "pypy-3.7" - platform: macos-latest python-version: "pypy-3.8" - - platform: windows-latest - python-version: "pypy-2.7" - platform: windows-latest python-version: "pypy-3.6" architecture: x64