Skip to content

Commit

Permalink
Temporary pin PyPy versions used in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed May 20, 2024
1 parent dd73d86 commit 496fd2b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,11 @@ jobs:
- '3.11'
- '3.12'
- 'pypy-3.8'
- 'pypy-3.9'
- 'pypy-3.10'
# Avoid PyPy 7.3.16, as the tests currently fail on it due to a bug
# in it and/or tox: <https://github.com/pypy/pypy/issues/4958>,
# <https://github.com/tox-dev/tox/issues/3284>
- 'pypy-3.9-v7.3.15'
- 'pypy-3.10-v7.3.15'
toxenv: [py]
exclude:
# No older Pythons on arm64 macos-latest
Expand Down

0 comments on commit 496fd2b

Please sign in to comment.