mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Refs #35844 -- Doc'd Python 3.14 compatibility.
This commit is contained in:
@@ -4,7 +4,8 @@ Django 5.2.8 release notes
|
||||
|
||||
*Expected November 5, 2025*
|
||||
|
||||
Django 5.2.8 fixes several bugs in 5.2.7.
|
||||
Django 5.2.8 fixes several bugs in 5.2.7 and adds compatibility with Python
|
||||
3.14.
|
||||
|
||||
Bugfixes
|
||||
========
|
||||
|
||||
@@ -23,8 +23,9 @@ end in April 2026.
|
||||
Python compatibility
|
||||
====================
|
||||
|
||||
Django 5.2 supports Python 3.10, 3.11, 3.12, and 3.13. We **highly recommend**
|
||||
and only officially support the latest release of each series.
|
||||
Django 5.2 supports Python 3.10, 3.11, 3.12, 3.13, and 3.14 (as of 5.2.8). We
|
||||
**highly recommend** and only officially support the latest release of each
|
||||
series.
|
||||
|
||||
.. _whats-new-5.2:
|
||||
|
||||
|
||||
@@ -18,8 +18,8 @@ project.
|
||||
Python compatibility
|
||||
====================
|
||||
|
||||
Django 6.0 supports Python 3.12 and 3.13. We **highly recommend**, and only
|
||||
officially support, the latest release of each series.
|
||||
Django 6.0 supports Python 3.12, 3.13, and 3.14. We **highly recommend**, and
|
||||
only officially support, the latest release of each series.
|
||||
|
||||
The Django 5.2.x series is the last to support Python 3.10 and 3.11.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user