diff options
| author | Jake Howard <6527489+RealOrangeOne@users.noreply.github.com> | 2025-06-18 15:04:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-18 11:04:34 -0300 |
| commit | bc1bfe12b613334bd625aeb36fd44af96d186c10 (patch) | |
| tree | d914b968339d7f0a170232f9a200af02f1e7898c /docs/faq | |
| parent | 22506b2c162b34c4c45f748cf11ede75824a40cd (diff) | |
Clarified that only latest dependency versions are valid for security reports.
Diffstat (limited to 'docs/faq')
| -rw-r--r-- | docs/faq/install.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/faq/install.txt b/docs/faq/install.txt index b483d30f5e..8b2aceab74 100644 --- a/docs/faq/install.txt +++ b/docs/faq/install.txt @@ -58,7 +58,10 @@ Django version Python versions ============== =============== 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. Python versions that have reached end-of-life are no longer +maintained by the Python project and therefore should not be used with Django. + +You can find the latest supported micro version for each series on the `Python download page <https://www.python.org/downloads/>`_. We will support a Python version up to and including the first Django LTS |
