Skip to content

Commit

Permalink
Merge pull request #19 from jwodder/test-new-pypy
Browse files Browse the repository at this point in the history
Test against PyPy 7.3.14+
  • Loading branch information
jwodder committed Jan 24, 2024
2 parents 1a18cb9 + cd88682 commit 20d501e
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/test.yml
Expand Up @@ -27,13 +27,8 @@ jobs:
- '3.12'
- 'pypy-3.7'
- 'pypy-3.8'
# Avoid PyPy v7.3.13 due to
# <https://foss.heptapod.net/pypy/pypy/-/issues/4010> causing
# doctests to fail
- 'pypy-3.9-v7.3.12'
- 'pypy-3.10-v7.3.12'
# TODO: Remove the "-v7.3.12" once a fixed version of PyPy is
# released & available on GitHub actions
- 'pypy-3.9'
- 'pypy-3.10'
toxenv: [py]
include:
- python-version: '3.7'
Expand All @@ -48,6 +43,10 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
# Avoid PyPy v7.3.13 due to
# <https://foss.heptapod.net/pypy/pypy/-/issues/4010> causing
# doctests to fail
check-latest: ${{ startsWith('pypy-', matrix.python-version) }}

- name: Install dependencies
run: |
Expand Down

0 comments on commit 20d501e

Please sign in to comment.