diff options
-rw-r--r-- | .github/workflows/run-test.yaml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/run-test.yaml b/.github/workflows/run-test.yaml index ac50aa6c4..5536ead08 100644 --- a/.github/workflows/run-test.yaml +++ b/.github/workflows/run-test.yaml @@ -32,9 +32,6 @@ jobs: - "3.8" - "3.9" - "3.10" - # waiting on https://foss.heptapod.net/pypy/pypy/-/issues/3690 - # which also seems to be in 3.9 - # - "pypy-3.9" build-type: - "cext" - "nocext" |