Skip to content

Commit

Permalink
Bump PyPy version used for CI tests
Browse files Browse the repository at this point in the history
This should address flakiness related to the PyPy test runners that
would sometimes crash on startup.

The underlying issue was tracked down by Carl Friedrich Bolz-Tereick and
is explained here: https://www.pypy.org/posts/2024/03/fixing-bug-incremental-gc.html
  • Loading branch information
wjakob committed May 22, 2024
1 parent ecfb7a2 commit 3a4119f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
os: ['ubuntu-latest', 'windows-2022', 'macos-13']
python: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13.0-alpha.3', 'pypy3.9-v7.3.15', 'pypy3.10-v7.3.15']
python: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13.0-alpha.3', 'pypy3.9-v7.3.16', 'pypy3.10-v7.3.16']

name: "Python ${{ matrix.python }} / ${{ matrix.os }}"
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 3a4119f

Please sign in to comment.