summaryrefslogtreecommitdiff
path: root/docs/faq
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2025-10-13 16:34:26 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2025-10-17 19:26:34 +0200
commita27c2ef906ef7239d7714fe2e4adc48b2aa8a65a (patch)
treee36c9df673f7cb999331a22808eb8552385f7edf /docs/faq
parent915d10a57d00ff3a6a67e095d5779e82f2c1ffba (diff)
[6.0.x] Refs #35844 -- Doc'd Python 3.14 compatibility.
Backport of 56977b466c33ca3da14a1ed2609172425a76a34e from main.
Diffstat (limited to 'docs/faq')
-rw-r--r--docs/faq/install.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/faq/install.txt b/docs/faq/install.txt
index 1cdf40fd78..5432bf7570 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
============== ===============
For each version of Python, only the latest micro release (A.B.C) is officially