diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-11-18 15:56:29 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-11-19 16:31:46 +0100 |
| commit | ecfea054ee2b8ddfa027459ff8b6aecba05facf7 (patch) | |
| tree | b939a2577e58a9c2bb15c9d646f0f73d7d4cbcc9 /docs/faq | |
| parent | f955c90488e1f32e6e38b3c956e937579d389fb2 (diff) | |
Refs #34118 -- Doc'd Python 3.12 compatibility in Django 4.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 6e09ee8d3f..5a4876f22a 100644 --- a/docs/faq/install.txt +++ b/docs/faq/install.txt @@ -53,7 +53,7 @@ Django version Python versions 3.2 3.6, 3.7, 3.8, 3.9, 3.10 (added in 3.2.9) 4.0 3.8, 3.9, 3.10 4.1 3.8, 3.9, 3.10, 3.11 (added in 4.1.3) -4.2 3.8, 3.9, 3.10, 3.11 +4.2 3.8, 3.9, 3.10, 3.11, 3.12 (added in 4.2.8) 5.0 3.10, 3.11, 3.12 5.1 3.10, 3.11, 3.12 ============== =============== |
