Changes between Initial Version and Version 1 of Ticket #37363
- Timestamp:
- Sep 20, 2026, 3:19:36 PM (79 minutes ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37363
- Property Summary Add PyPy 8.0.0 (Python 3.12) to Django's test matrix → Restore PyPy testing now that PyPy supports Python 3.12
-
Ticket #37363 – Description
initial v1 3 3 https://pypy.org/posts/2026/09/pypy-v800-release.html 4 4 5 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.5 Django previously tested PyPy 3.10 in the scheduled test workflow, with both SQLite and PostgreSQL. These jobs were removed in f5772de69679efb54129ac1cbca3579b512778af when Django dropped support for Python 3.10 and 3.11 and raised its minimum supported version to Python 3.12. 6 6 7 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.7 Now that PyPy provides a Python 3.12 interpreter again, I propose restoring PyPy testing in Django's scheduled CI.