diff options
| author | Carlton Gibson <carlton.gibson@noumenal.es> | 2022-05-10 14:42:13 +0200 |
|---|---|---|
| committer | Carlton Gibson <carlton@noumenal.es> | 2022-05-17 14:22:06 +0200 |
| commit | d10e569ea5786d3a5babac760c4facb1ff029a68 (patch) | |
| tree | fd1d5ec3c73558ee000fb5bfac8ade2b823706d3 /docs/faq | |
| parent | ff8e5eacda630a0ccab340fd7da609e4162b390c (diff) | |
Added stub release notes for 4.2.
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 d3be972d45..9f4013b138 100644 --- a/docs/faq/install.txt +++ b/docs/faq/install.txt @@ -50,10 +50,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.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.10 (added in 3.2.9) 4.0, 4.1 3.8, 3.9, 3.10 +4.2 3.8, 3.9, 3.10, 3.11 ============== =============== For each version of Python, only the latest micro release (A.B.C) is officially |
