summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/faq/install.txt3
-rw-r--r--docs/releases/4.1.3.txt3
-rw-r--r--docs/releases/4.1.txt5
3 files changed, 7 insertions, 4 deletions
diff --git a/docs/faq/install.txt b/docs/faq/install.txt
index d3be972d45..b36cc0ed83 100644
--- a/docs/faq/install.txt
+++ b/docs/faq/install.txt
@@ -53,7 +53,8 @@ Django version Python versions
2.2 3.5, 3.6, 3.7, 3.8 (added in 2.2.8), 3.9 (added in 2.2.17)
3.1 3.6, 3.7, 3.8, 3.9 (added in 3.1.3)
3.2 3.6, 3.7, 3.8, 3.9, 3.10 (added in 3.2.9)
-4.0, 4.1 3.8, 3.9, 3.10
+4.0 3.8, 3.9, 3.10
+4.1 3.8, 3.9, 3.10, 3.11 (added in 4.1.3)
============== ===============
For each version of Python, only the latest micro release (A.B.C) is officially
diff --git a/docs/releases/4.1.3.txt b/docs/releases/4.1.3.txt
index f6be8c68df..deb7b474ec 100644
--- a/docs/releases/4.1.3.txt
+++ b/docs/releases/4.1.3.txt
@@ -4,7 +4,8 @@ Django 4.1.3 release notes
*Expected November 1, 2022*
-Django 4.1.3 fixes several bugs in 4.1.2.
+Django 4.1.3 fixes several bugs in 4.1.2 and adds compatibility with Python
+3.11.
Bugfixes
========
diff --git a/docs/releases/4.1.txt b/docs/releases/4.1.txt
index 08fb7c2abc..c941b0399e 100644
--- a/docs/releases/4.1.txt
+++ b/docs/releases/4.1.txt
@@ -18,8 +18,9 @@ project.
Python compatibility
====================
-Django 4.1 supports Python 3.8, 3.9, and 3.10. We **highly recommend** and only
-officially support the latest release of each series.
+Django 4.1 supports Python 3.8, 3.9, 3.10, and 3.11 (as of 4.1.3). We
+**highly recommend** and only officially support the latest release of each
+series.
.. _whats-new-4.1: