diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-10-05 13:30:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-05 13:30:41 +0200 |
| commit | 604df4e0adc71da264f61fe85020a170c98e6f09 (patch) | |
| tree | 8e701bbc4a05f6cb35af5425f6387a107fa99f76 /docs/faq | |
| parent | a31edf43b67143f41351ebe53d036f655c643f7a (diff) | |
Refs #32074 -- Doc'd Python 3.10 compatibility in Django 3.2.x.
Diffstat (limited to 'docs/faq')
| -rw-r--r-- | docs/faq/install.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/faq/install.txt b/docs/faq/install.txt index 4f14e075fb..d3be972d45 100644 --- a/docs/faq/install.txt +++ b/docs/faq/install.txt @@ -52,7 +52,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.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) 4.0, 4.1 3.8, 3.9, 3.10 ============== =============== |
