Skip to content

Commit

Permalink
Merge pull request #204 from datalad/gh-203
Browse files Browse the repository at this point in the history
Temporary pin PyPy versions used in CI
  • Loading branch information
yarikoptic authored May 20, 2024
2 parents dd73d86 + 496fd2b commit e530c62
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 e530c62

Please sign in to comment.