diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-01-18 09:46:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-18 09:46:01 +0100 |
| commit | 3bbe22dafcc69c5ffa79707f5a74eb1faf466e12 (patch) | |
| tree | 4bec6a7016732be33f2e1cddd80c18478cb2dee9 /docs/howto | |
| parent | d54717118360e8679aa2bd0c5a1625f3e84712ba (diff) | |
Fixed #34233 -- Dropped support for Python 3.8 and 3.9.
Diffstat (limited to 'docs/howto')
| -rw-r--r-- | docs/howto/windows.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/howto/windows.txt b/docs/howto/windows.txt index 5bd5b3594a..fecb2fd790 100644 --- a/docs/howto/windows.txt +++ b/docs/howto/windows.txt @@ -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. |
