diff --git a/.github/workflows/tests-and-linters.yml b/.github/workflows/tests-and-linters.yml index 3eafb7d1..86f7358f 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, pypy3.9] + python-version: [3.7] steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4