diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-09-16 07:33:46 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-09-20 21:23:01 +0200 |
| commit | 810bca5a1ae33a9c8b54a2a516aa5bb8ec013c3f (patch) | |
| tree | c97fc03c26b7822113bce8374bee60505d8fcc30 /docs/faq | |
| parent | a7dc745ee560c3833b095e74a86978928b89a441 (diff) | |
Added stub release notes for 4.1.
Diffstat (limited to 'docs/faq')
| -rw-r--r-- | docs/faq/install.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/faq/install.txt b/docs/faq/install.txt index bf73909296..4f14e075fb 100644 --- a/docs/faq/install.txt +++ b/docs/faq/install.txt @@ -51,10 +51,9 @@ 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.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 -4.0 3.8, 3.9, 3.10 +4.0, 4.1 3.8, 3.9, 3.10 ============== =============== For each version of Python, only the latest micro release (A.B.C) is officially |
