diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2025-10-13 16:34:26 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2025-10-17 19:25:02 +0200 |
| commit | 56977b466c33ca3da14a1ed2609172425a76a34e (patch) | |
| tree | 517a74133960b575c77134526e7ec03c9d62a192 /docs/releases | |
| parent | 2d9c194d5a0d9ae746e16ee5f641e30d544dc31b (diff) | |
Refs #35844 -- Doc'd Python 3.14 compatibility.
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/5.2.8.txt | 3 | ||||
| -rw-r--r-- | docs/releases/5.2.txt | 5 | ||||
| -rw-r--r-- | docs/releases/6.0.txt | 4 |
3 files changed, 7 insertions, 5 deletions
diff --git a/docs/releases/5.2.8.txt b/docs/releases/5.2.8.txt index dc750e4636..4151012387 100644 --- a/docs/releases/5.2.8.txt +++ b/docs/releases/5.2.8.txt @@ -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 ======== diff --git a/docs/releases/5.2.txt b/docs/releases/5.2.txt index fa005bd550..728218cb07 100644 --- a/docs/releases/5.2.txt +++ b/docs/releases/5.2.txt @@ -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: diff --git a/docs/releases/6.0.txt b/docs/releases/6.0.txt index fd30c66121..0c9da42cc6 100644 --- a/docs/releases/6.0.txt +++ b/docs/releases/6.0.txt @@ -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. |
