diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-10-13 08:35:01 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-10-13 08:36:43 +0200 |
| commit | 84685e5132718ea700acc7cb9c7168fb4a915cd4 (patch) | |
| tree | edb9e37193b375c2aa6d61da693fefb87778b712 /docs/faq | |
| parent | b7d58dd5df8917bb2168b8ead5d5eecee4af48db (diff) | |
[3.1.x] Refs #31040 -- Doc'd Python 3.9 compatibility.
Backport of e18156b6c35908f2a4026287b5225a6a4da8af1a from master.
Diffstat (limited to 'docs/faq')
| -rw-r--r-- | docs/faq/install.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/faq/install.txt b/docs/faq/install.txt index 2cbbb83b7f..14fb1e7b93 100644 --- a/docs/faq/install.txt +++ b/docs/faq/install.txt @@ -53,8 +53,9 @@ Django version Python versions 1.11 2.7, 3.4, 3.5, 3.6, 3.7 (added in 1.11.17) 2.0 3.4, 3.5, 3.6, 3.7 2.1 3.5, 3.6, 3.7 -2.2 3.5, 3.6, 3.7, 3.8 (added in 2.2.8) -3.0, 3.1 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) ============== =============== For each version of Python, only the latest micro release (A.B.C) is officially |
