summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2024-10-08 08:14:54 +0200
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2024-10-09 09:27:33 +0200
commit2e3bc59fd3760de87952ec8fd6cd3694e8d9dc1c (patch)
tree62b10f7bebaa751bf7a9e41568002665f20f750b /docs/releases
parentf07eeff3a2d7ff0955410bf7e3f1ff197ef1ecf7 (diff)
Refs #34900 -- Doc'd Python 3.13 compatibility.
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/5.1.3.txt3
-rw-r--r--docs/releases/5.1.txt5
2 files changed, 5 insertions, 3 deletions
diff --git a/docs/releases/5.1.3.txt b/docs/releases/5.1.3.txt
index 9cb48dc2f3..5541a8824a 100644
--- a/docs/releases/5.1.3.txt
+++ b/docs/releases/5.1.3.txt
@@ -4,7 +4,8 @@ Django 5.1.3 release notes
*Expected November 5, 2024*
-Django 5.1.3 fixes several bugs in 5.1.2.
+Django 5.1.3 fixes several bugs in 5.1.2 and adds compatibility with Python
+3.13.
Bugfixes
========
diff --git a/docs/releases/5.1.txt b/docs/releases/5.1.txt
index bc868fddda..037c76fd54 100644
--- a/docs/releases/5.1.txt
+++ b/docs/releases/5.1.txt
@@ -18,8 +18,9 @@ project.
Python compatibility
====================
-Django 5.1 supports Python 3.10, 3.11, and 3.12. We **highly recommend** and
-only officially support the latest release of each series.
+Django 5.1 supports Python 3.10, 3.11, 3.12, and 3.13 (as of 5.1.3). We
+**highly recommend** and only officially support the latest release of each
+series.
.. _whats-new-5.1: