-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Infrastructure
-
None
-
Python Drivers
-
Not Needed
-
-
None
-
None
-
None
-
None
-
None
-
None
Context
PyMongo currently lists PyPy as a supported implementation (pyproject.toml classifiers) and runs pypy-3.11 in CI (.github/workflows/test-python.yml). We want to deprecate PyPy support starting with the next release. The release in which support will actually be removed is not yet decided.
Definition of done
- Release notes and changelog state that PyPy support is deprecated, without committing to a removal release.
- Documentation reflects PyPy as deprecated, not supported.
Pitfalls
- Don't remove PyPy from CI or pyproject.toml classifiers yet — this ticket only announces the deprecation, removal is a follow-up.
- Don't emit a runtime deprecation warning yet — that's a separate follow-up, not part of this ticket.
- Don't imply a removal timeline in the notice since none is confirmed.
- is related to
-
PYTHON-6063 Remove PyPy support
-
- Needs Triage
-