summaryrefslogtreecommitdiff
path: root/docs/faq
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2021-10-05 13:30:41 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-10-05 13:33:15 +0200
commit82fee0446d5ab7e60c40c1ea94f8ebd348aa6f3e (patch)
treea07a1202412f5c0c5e7db6c435c57a2ae65f833c /docs/faq
parent1aed4663c3e34ad3142f0db99c5c87229fea664b (diff)
[3.2.x] Refs #32074 -- Doc'd Python 3.10 compatibility in Django 3.2.x.
Backport of 604df4e0adc71da264f61fe85020a170c98e6f09 from main.
Diffstat (limited to 'docs/faq')
-rw-r--r--docs/faq/install.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/faq/install.txt b/docs/faq/install.txt
index 1618d40c8e..bcbaed226f 100644
--- a/docs/faq/install.txt
+++ b/docs/faq/install.txt
@@ -53,7 +53,7 @@ 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.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
+3.2 3.6, 3.7, 3.8, 3.9, 3.10 (added in 3.2.9)
============== ===============
For each version of Python, only the latest micro release (A.B.C) is officially