Opened 2 hours ago

Last modified 3 minutes ago

#37363 new Cleanup/optimization

Add PyPy 8.0.0 (Python 3.12) to Django's test matrix — at Initial Version

Reported by: Paolo Melchiorre Owned by:
Component: Packaging Version: dev
Severity: Normal Keywords: pypy
Cc: Paolo Melchiorre, Adam Johnson Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

PyPy 8.0.0 has just been released, including Python 3.12 support for the first time:

https://pypy.org/posts/2026/09/pypy-v800-release.html

Python 3.12 is currently the minimum Python version supported by Django's development version. With PyPy 8.0.0 providing a Python 3.12 interpreter, it should now be possible to test Django against PyPy again.

I propose adding PyPy 8.0.0 / Python 3.12 to Django's CI test matrix, so compatibility with PyPy can be actively tested again.

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top