summaryrefslogtreecommitdiff
path: root/docs/releases/4.1.txt
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2022-10-26 20:10:33 +0200
committerGitHub <noreply@github.com>2022-10-26 20:10:33 +0200
commiteb6cc01d0f62c73441a3610193ba210176d0935f (patch)
tree15aef1cd4e1f72b73ba64a62e62d582d5c678a66 /docs/releases/4.1.txt
parent350455b666a289d336fca770578887ce51f1aebe (diff)
Refs #33173 -- Doc'd Python 3.11 compatibility in Django 4.1.x.
Diffstat (limited to 'docs/releases/4.1.txt')
-rw-r--r--docs/releases/4.1.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/releases/4.1.txt b/docs/releases/4.1.txt
index 55e19e09ea..dd1470fc15 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: