1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #34233 -- Dropped support for Python 3.8 and 3.9.

This commit is contained in:
Mariusz Felisiak
2023-01-18 09:46:01 +01:00
committed by GitHub
parent d547171183
commit 3bbe22dafc
38 changed files with 51 additions and 327 deletions

View File

@@ -1,6 +1,6 @@
Thanks for downloading Django.
To install it, make sure you have Python 3.8 or greater installed. Then run
To install it, make sure you have Python 3.10 or greater installed. Then run
this command from the command prompt:
python -m pip install .