diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0bbaaf25..9682985c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,9 +36,8 @@ jobs: platform: ubuntu-latest - python: "3.10" platform: ubuntu-latest - # disabled for #463 - # - python: pypy3.10 - # platform: ubuntu-latest + - python: pypy3.10 + platform: ubuntu-latest runs-on: ${{ matrix.platform }} continue-on-error: ${{ matrix.python == '3.13' }} steps: