summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlton Gibson <carlton.gibson@noumenal.es>2025-01-07 20:12:09 +0100
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2025-01-08 10:29:05 +0100
commit6b9d5ac69c3cee0d3cc5997fcdc146e822173ab0 (patch)
tree0ddc6f8ab51e8574dc25b00d6ded760a190fab8f
parent0966cc73646df333db7fe000cda07d127c56ed0b (diff)
[5.1.x] Strengthened wording on supported Python versions in FAQ.
Backport of 007f14365988bd94c35dc34959c1ef4c2407c86f from main.
-rw-r--r--docs/faq/install.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/faq/install.txt b/docs/faq/install.txt
index af1da879ec..7ee5a351ce 100644
--- a/docs/faq/install.txt
+++ b/docs/faq/install.txt
@@ -62,11 +62,11 @@ For each version of Python, only the latest micro release (A.B.C) is officially
supported. You can find the latest micro version for each series on the `Python
download page <https://www.python.org/downloads/>`_.
-Typically, we will support a Python version up to and including the first
-Django LTS release whose security support ends after security support for that
-version of Python ends. For example, Python 3.9 security support ends in
-October 2025 and Django 4.2 LTS security support ends in April 2026. Therefore
-Django 4.2 is the last version to support Python 3.9.
+We will support a Python version up to and including the first Django LTS
+release whose security support ends after security support for that version of
+Python ends. For example, Python 3.9 security support ends in October 2025 and
+Django 4.2 LTS security support ends in April 2026. Therefore Django 4.2 is the
+last version to support Python 3.9.
What Python version should I use with Django?
=============================================