diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8161f1cb..15a45bdf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -62,15 +62,15 @@ jobs: - "3.10" - "3.11" - "3.12" - - "pypy-3.8" - "pypy-3.9" + - "pypy-3.10" is_main: - ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} exclude: - - python: "pypy-3.8" - is_main: false - python: "pypy-3.9" is_main: false + - python: "pypy-3.10" + is_main: false steps: - name: Check out repository uses: actions/checkout@v4