summaryrefslogtreecommitdiff
path: root/docs
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 20:05:19 +0200
commita8c9b5b2636ebda87d938b61cbf4bfec476ca0c9 (patch)
tree7a4cf58304f7062b722c343fca70417a2ad3cc03 /docs
parent83f6fe810df8558339495ad717e216b14d34f461 (diff)
[5.2.x] Refs #35844 -- Doc'd Python 3.14 compatibility.
Backport of 56977b466c33ca3da14a1ed2609172425a76a34e from main.
Diffstat (limited to 'docs')
-rw-r--r--docs/faq/install.txt2
-rw-r--r--docs/howto/windows.txt4
-rw-r--r--docs/intro/reusable-apps.txt1
-rw-r--r--docs/releases/5.2.8.txt3
-rw-r--r--docs/releases/5.2.txt5
5 files changed, 9 insertions, 6 deletions
diff --git a/docs/faq/install.txt b/docs/faq/install.txt
index dcbae30ae3..c986535271 100644
--- a/docs/faq/install.txt
+++ b/docs/faq/install.txt
@@ -53,7 +53,7 @@ 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
+5.2 3.10, 3.11, 3.12, 3.13, 3.14 (added in 5.2.8)
============== ===============
For each version of Python, only the latest micro release (A.B.C) is officially
diff --git a/docs/howto/windows.txt b/docs/howto/windows.txt
index 235b18a24f..63e497be04 100644
--- a/docs/howto/windows.txt
+++ b/docs/howto/windows.txt
@@ -2,7 +2,7 @@
How to install Django on Windows
================================
-This document will guide you through installing Python 3.13 and Django on
+This document will guide you through installing Python 3.14 and Django on
Windows. It also provides instructions for setting up a virtual environment,
which makes it easier to work on Python projects. This is meant as a beginner's
guide for users working on Django projects and does not reflect how Django
@@ -18,7 +18,7 @@ Install Python
==============
Django is a Python web framework, thus requiring Python to be installed on your
-machine. At the time of writing, Python 3.13 is the latest version.
+machine. At the time of writing, Python 3.14 is the latest version.
To install Python on your machine go to https://www.python.org/downloads/. The
website should offer you a download button for the latest Python version.
diff --git a/docs/intro/reusable-apps.txt b/docs/intro/reusable-apps.txt
index b353cdc9bb..6148b4e94b 100644
--- a/docs/intro/reusable-apps.txt
+++ b/docs/intro/reusable-apps.txt
@@ -238,6 +238,7 @@ this. For a small app like polls, this process isn't too difficult.
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
+ "Programming Language :: Python :: 3.14",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
]
diff --git a/docs/releases/5.2.8.txt b/docs/releases/5.2.8.txt
index dc750e4636..4151012387 100644
--- a/docs/releases/5.2.8.txt
+++ b/docs/releases/5.2.8.txt
@@ -4,7 +4,8 @@ Django 5.2.8 release notes
*Expected November 5, 2025*
-Django 5.2.8 fixes several bugs in 5.2.7.
+Django 5.2.8 fixes several bugs in 5.2.7 and adds compatibility with Python
+3.14.
Bugfixes
========
diff --git a/docs/releases/5.2.txt b/docs/releases/5.2.txt
index 20d82db98e..b80c8effd2 100644
--- a/docs/releases/5.2.txt
+++ b/docs/releases/5.2.txt
@@ -23,8 +23,9 @@ end in April 2026.
Python compatibility
====================
-Django 5.2 supports Python 3.10, 3.11, 3.12, and 3.13. We **highly recommend**
-and only officially support the latest release of each series.
+Django 5.2 supports Python 3.10, 3.11, 3.12, 3.13, and 3.14 (as of 5.2.8). We
+**highly recommend** and only officially support the latest release of each
+series.
.. _whats-new-5.2: