diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/coverage.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 7b5f28ac..cde01bd5 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -49,13 +49,23 @@ jobs: - "3.10" - "3.11" - "pypy-3.7" + - "pypy-3.8" + - "pypy-3.9" exclude: # Windows PyPy doesn't seem to work? - os: windows-latest python-version: "pypy-3.7" + - os: windows-latest + python-version: "pypy-3.8" + - os: windows-latest + python-version: "pypy-3.9" # Mac PyPy always takes the longest, and doesn't add anything. - os: macos-latest python-version: "pypy-3.7" + - os: macos-latest + python-version: "pypy-3.8" + - os: macos-latest + python-version: "pypy-3.9" # If one job fails, stop the whole thing. fail-fast: true |
