diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fb614183..8ef1b618 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -50,7 +50,7 @@ jobs: if: github.event_name != 'pull_request' || github.head_ref != 'devel' strategy: matrix: - python: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, pypy3] + python: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9] name: py${{ matrix.python }} runs-on: ubuntu-latest steps: