Skip to content

Commit 6b9d5ac

Browse files
carltongibsonsarahboyce
authored andcommitted
[5.1.x] Strengthened wording on supported Python versions in FAQ.
Backport of 007f143 from main.
1 parent 0966cc7 commit 6b9d5ac

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/faq/install.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ For each version of Python, only the latest micro release (A.B.C) is officially
6262
supported. You can find the latest micro version for each series on the `Python
6363
download page <https://www.python.org/downloads/>`_.
6464

65-
Typically, we will support a Python version up to and including the first
66-
Django LTS release whose security support ends after security support for that
67-
version of Python ends. For example, Python 3.9 security support ends in
68-
October 2025 and Django 4.2 LTS security support ends in April 2026. Therefore
69-
Django 4.2 is the last version to support Python 3.9.
65+
We will support a Python version up to and including the first Django LTS
66+
release whose security support ends after security support for that version of
67+
Python ends. For example, Python 3.9 security support ends in October 2025 and
68+
Django 4.2 LTS security support ends in April 2026. Therefore Django 4.2 is the
69+
last version to support Python 3.9.
7070

7171
What Python version should I use with Django?
7272
=============================================

0 commit comments

Comments
 (0)