1
0
mirror of https://github.com/django/django.git synced 2025-06-16 17:09:12 +00:00

[5.1.x] Strengthened wording on supported Python versions in FAQ.

Backport of 007f14365988bd94c35dc34959c1ef4c2407c86f from main.
This commit is contained in:
Carlton Gibson 2025-01-07 20:12:09 +01:00 committed by Sarah Boyce
parent 0966cc7364
commit 6b9d5ac69c

View File

@ -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 supported. You can find the latest micro version for each series on the `Python
download page <https://www.python.org/downloads/>`_. download page <https://www.python.org/downloads/>`_.
Typically, we will support a Python version up to and including the first We will support a Python version up to and including the first Django LTS
Django LTS release whose security support ends after security support for that release whose security support ends after security support for that version of
version of Python ends. For example, Python 3.9 security support ends in Python ends. For example, Python 3.9 security support ends in October 2025 and
October 2025 and Django 4.2 LTS security support ends in April 2026. Therefore Django 4.2 LTS security support ends in April 2026. Therefore Django 4.2 is the
Django 4.2 is the last version to support Python 3.9. last version to support Python 3.9.
What Python version should I use with Django? What Python version should I use with Django?
============================================= =============================================