diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2024-05-03 14:13:19 -0300 |
|---|---|---|
| committer | nessita <124304+nessita@users.noreply.github.com> | 2024-05-22 15:44:07 -0300 |
| commit | ec44247f597d09b7ca7a54d33249ec02c5fbeb07 (patch) | |
| tree | af5f487eb3c53d441b2db8869722c04784ff346f /docs/faq | |
| parent | b6257647444bd5034e6defb8831d5329c1d3410e (diff) | |
Added stub release notes for 5.2.
Diffstat (limited to 'docs/faq')
| -rw-r--r-- | docs/faq/install.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/faq/install.txt b/docs/faq/install.txt index a89da571a9..ddb84d6d9c 100644 --- a/docs/faq/install.txt +++ b/docs/faq/install.txt @@ -50,12 +50,10 @@ What Python version can I use with Django? ============== =============== 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, 3.12 (added in 4.2.8) 5.0 3.10, 3.11, 3.12 5.1 3.10, 3.11, 3.12 +5.2 3.10, 3.11, 3.12, 3.13 ============== =============== For each version of Python, only the latest micro release (A.B.C) is officially |
