diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2024-10-08 08:14:54 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-10-09 09:27:33 +0200 |
| commit | 2e3bc59fd3760de87952ec8fd6cd3694e8d9dc1c (patch) | |
| tree | 62b10f7bebaa751bf7a9e41568002665f20f750b /docs/faq | |
| parent | f07eeff3a2d7ff0955410bf7e3f1ff197ef1ecf7 (diff) | |
Refs #34900 -- Doc'd Python 3.13 compatibility.
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 ddb84d6d9c..4623e288fb 100644 --- a/docs/faq/install.txt +++ b/docs/faq/install.txt @@ -52,7 +52,7 @@ Django version Python versions ============== =============== 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 +5.1 3.10, 3.11, 3.12, 3.13 (added in 5.1.3) 5.2 3.10, 3.11, 3.12, 3.13 ============== =============== |
