Skip to content

Commit

Permalink
Bump PyPy runtime to v3.9 @ GHA
Browse files Browse the repository at this point in the history
PyPy 3.8 has a flaky bug in the garbage collector that is not going to be fixed there since that version is EoL,
but newer version have it addressed.
Here's the problem we're seeing in the CI
```TypeError: expected some sort of stmt, but got <_ast.Load object ...>
```
Here's the Link to the explanation
Resolves pytest-dev#11771
  • Loading branch information
x612skm committed Jul 2, 2024
1 parent 51ee388 commit 777d9e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
tox_env: "py313"
use_coverage: true
- name: "ubuntu-pypy3"
python: "pypy-3.8"
python: "pypy-3.9"
os: ubuntu-latest
tox_env: "pypy3-xdist"

Expand Down

0 comments on commit 777d9e4

Please sign in to comment.