diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-10-26 20:10:33 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-10-26 20:13:41 +0200 |
| commit | ddf3ee6f9e6a0b87dd3ce498f53d7c9d7756f486 (patch) | |
| tree | bfa7a79b73d343a745f7f07e43ae6c5f10c04bfe /docs/faq | |
| parent | 7b208d7e933bb72d09d289af173712338443ccb7 (diff) | |
[4.1.x] Refs #33173 -- Doc'd Python 3.11 compatibility in Django 4.1.x.
Backport of eb6cc01d0f62c73441a3610193ba210176d0935f from main.
Diffstat (limited to 'docs/faq')
| -rw-r--r-- | docs/faq/install.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/faq/install.txt b/docs/faq/install.txt index d3be972d45..b36cc0ed83 100644 --- a/docs/faq/install.txt +++ b/docs/faq/install.txt @@ -53,7 +53,8 @@ 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.0 3.8, 3.9, 3.10 +4.1 3.8, 3.9, 3.10, 3.11 (added in 4.1.3) ============== =============== For each version of Python, only the latest micro release (A.B.C) is officially |
