mirror of
https://github.com/django/django.git
synced 2025-11-23 12:26:57 +00:00
Refs #35844 -- Doc'd Python 3.14 compatibility.
This commit is contained in:
parent
2d9c194d5a
commit
56977b466c
17 changed files with 31 additions and 27 deletions
|
|
@ -53,8 +53,8 @@ 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
|
||||
6.0 3.12, 3.13
|
||||
5.2 3.10, 3.11, 3.12, 3.13, 3.14 (added in 5.2.8)
|
||||
6.0 3.12, 3.13, 3.14
|
||||
6.1 3.12, 3.13, 3.14
|
||||
============== ===============
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -235,6 +235,7 @@ this. For a small app like polls, this process isn't too difficult.
|
|||
"Programming Language :: Python :: 3 :: Only",
|
||||
"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",
|
||||
]
|
||||
|
|
|
|||
|
|
@ -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
|
||||
========
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
|
|
@ -18,8 +18,8 @@ project.
|
|||
Python compatibility
|
||||
====================
|
||||
|
||||
Django 6.0 supports Python 3.12 and 3.13. We **highly recommend**, and only
|
||||
officially support, the latest release of each series.
|
||||
Django 6.0 supports Python 3.12, 3.13, and 3.14. We **highly recommend**, and
|
||||
only officially support, the latest release of each series.
|
||||
|
||||
The Django 5.2.x series is the last to support Python 3.10 and 3.11.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue