summaryrefslogtreecommitdiff
path: root/docs/faq
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2020-10-13 08:35:01 +0200
committerGitHub <noreply@github.com>2020-10-13 08:35:01 +0200
commite18156b6c35908f2a4026287b5225a6a4da8af1a (patch)
tree18f337d5b96e2de3b3bdce556dda5f313ca86f27 /docs/faq
parentc9f12f149f4c42aa34b3cbea17e964dfbf942cfb (diff)
Refs #31040 -- Doc'd Python 3.9 compatibility.
Diffstat (limited to 'docs/faq')
-rw-r--r--docs/faq/install.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/faq/install.txt b/docs/faq/install.txt
index e54336882b..1618d40c8e 100644
--- a/docs/faq/install.txt
+++ b/docs/faq/install.txt
@@ -50,8 +50,10 @@ What Python version can I use with Django?
============== ===============
Django version Python versions
============== ===============
-2.2 3.5, 3.6, 3.7, 3.8 (added in 2.2.8)
-3.0, 3.1, 3.2 3.6, 3.7, 3.8
+2.2 3.5, 3.6, 3.7, 3.8 (added in 2.2.8), 3.9 (added in 2.2.17)
+3.0 3.6, 3.7, 3.8, 3.9 (added in 3.0.11)
+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
============== ===============
For each version of Python, only the latest micro release (A.B.C) is officially