Skip to content

Commit 77122ce

Browse files
committed
🧪 Bump PyPy to v3.9
This is necessary because: * `pypy-3.8` is EOL * `pypy-3.8` has flaky SEGFAULTs on import [[1]] [[2]] [[3]] due to a bug in their GC that is fixed in `pypy-3.9` [1]: https://github.com/jazzband/pip-tools/actions/runs/12162197242/job/33918558133?pr=2106#step:8:59 [2]: pytest-dev/pytest#11771 (comment) [3]: https://pypy.org/posts/2024/03/fixing-bug-incremental-gc.html
1 parent 5330964 commit 77122ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
- MacOS
149149
- Windows
150150
python-version:
151-
- pypy-3.8
151+
- pypy-3.9
152152
pip-version:
153153
- latest
154154
env:

0 commit comments

Comments
 (0)