Skip to content

Commit 9a94f46

Browse files
committed
Bump PyPy runtime to v3.9 @ GHA
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 #11771
1 parent 51ee388 commit 9a94f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
tox_env: "py313"
151151
use_coverage: true
152152
- name: "ubuntu-pypy3"
153-
python: "pypy-3.8"
153+
python: "pypy-3.9"
154154
os: ubuntu-latest
155155
tox_env: "pypy3-xdist"
156156

0 commit comments

Comments
 (0)