diff --git a/.github/workflows/tests-and-linters.yml b/.github/workflows/tests-and-linters.yml index 3dd456fc..3eafb7d1 100644 --- a/.github/workflows/tests-and-linters.yml +++ b/.github/workflows/tests-and-linters.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - python-version: [3.7, pypy2.7, pypy3.9] + python-version: [3.7, pypy3.9] steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4