1
0
mirror of https://github.com/django/django.git synced 2025-10-26 23:26:08 +00:00

[5.2.x] Refs #35844 -- Doc'd Python 3.14 compatibility.

Backport of 56977b466c from main.
This commit is contained in:
Mariusz Felisiak
2025-10-13 16:34:26 +02:00
parent 83f6fe810d
commit a8c9b5b263
14 changed files with 26 additions and 22 deletions

View File

@@ -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.