summaryrefslogtreecommitdiff
path: root/docs/faq/install.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/faq/install.txt
parent350455b666a289d336fca770578887ce51f1aebe (diff)
Refs #33173 -- Doc'd Python 3.11 compatibility in Django 4.1.x.
Diffstat (limited to 'docs/faq/install.txt')
-rw-r--r--docs/faq/install.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/faq/install.txt b/docs/faq/install.txt
index 9f4013b138..a0731fc717 100644
--- a/docs/faq/install.txt
+++ b/docs/faq/install.txt
@@ -51,7 +51,8 @@ What Python version can I use with Django?
Django version Python versions
============== ===============
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)
4.2 3.8, 3.9, 3.10, 3.11
============== ===============