diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2025-10-13 16:34:26 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2025-10-17 19:25:02 +0200 |
| commit | 56977b466c33ca3da14a1ed2609172425a76a34e (patch) | |
| tree | 517a74133960b575c77134526e7ec03c9d62a192 /docs/faq | |
| parent | 2d9c194d5a0d9ae746e16ee5f641e30d544dc31b (diff) | |
Refs #35844 -- Doc'd Python 3.14 compatibility.
Diffstat (limited to 'docs/faq')
| -rw-r--r-- | docs/faq/install.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/faq/install.txt b/docs/faq/install.txt index dcd7bcfdf5..6f49bbe22b 100644 --- a/docs/faq/install.txt +++ b/docs/faq/install.txt @@ -53,8 +53,8 @@ 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, 3.13 (added in 5.1.3) -5.2 3.10, 3.11, 3.12, 3.13 -6.0 3.12, 3.13 +5.2 3.10, 3.11, 3.12, 3.13, 3.14 (added in 5.2.8) +6.0 3.12, 3.13, 3.14 6.1 3.12, 3.13, 3.14 ============== =============== |
