mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #34233 -- Dropped support for Python 3.8 and 3.9.
This commit is contained in:
parent
d547171183
commit
3bbe22dafc
38 changed files with 51 additions and 327 deletions
|
@ -4,7 +4,7 @@ How to install Django on Windows
|
|||
|
||||
.. highlight:: doscon
|
||||
|
||||
This document will guide you through installing Python 3.8 and Django on
|
||||
This document will guide you through installing Python 3.11 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
|
||||
|
@ -20,7 +20,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.8 is the latest version.
|
||||
machine. At the time of writing, Python 3.11 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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue