Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🧪 Bump PyPy to v3.10 #2146

Merged
1 commit merged into from
Dec 16, 2024
Merged

🧪 Bump PyPy to v3.10 #2146

1 commit merged into from
Dec 16, 2024

Conversation

webknjaz
Copy link
Member

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
  • pypy-3.9 has a bug that does not have a backport with the fix [4]. Furthermore, PyPy maintainers recommend using 3.10 [5].
Contributor checklist
  • Included tests for the changes.
  • PR title is short, clear, and ready to be included in the user-facing changelog.
Maintainer checklist
  • Verified one of these labels is present: backwards incompatible, feature, enhancement, deprecation, bug, dependency, docs or skip-changelog as they determine changelog listing.
  • Assign the PR to an existing or new milestone for the target version (following Semantic Versioning).

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`
* `pypy-3.9` has a bug that does not have a backport with the fix [[4]].
  Furthermore, PyPy maintainers recommend using 3.10 [[5]].

[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
[4]: tox-dev/tox#3284
[5]: pypy/pypy#4958 (comment)
@webknjaz webknjaz added dependency Related to a dependency ci Related to continuous integration tasks labels Dec 16, 2024
webknjaz added a commit to webknjaz/pip-tools that referenced this pull request Dec 16, 2024
@github-merge-queue github-merge-queue bot closed this pull request by merging all changes into jazzband:main in e604dec Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Related to continuous integration tasks dependency Related to a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant