1
0
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:
Mariusz Felisiak
2025-10-13 16:34:26 +02:00
parent 2d9c194d5a
commit 56977b466c
17 changed files with 31 additions and 27 deletions

View File

@@ -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
========

View File

@@ -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:

View File

@@ -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.