Skip to content

Commit

Permalink
Use a more modern PyPy version
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Oct 9, 2024
1 parent 128f92e commit c729194
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
- "pypy-3.7"
- "pypy3.10"

steps:
- name: Git clone
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:

- name: Check test coverage
run: |
coverage report -m --fail-under=${{ matrix.python-version == 'pypy-3.7' && 99 || 100 }}
coverage report -m --fail-under=${{ matrix.python-version == 'pypy3.10' && 99 || 100 }}
coverage xml
- name: Report to coveralls
Expand Down

0 comments on commit c729194

Please sign in to comment.