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

Fixed #32355 -- Dropped support for Python 3.6 and 3.7

This commit is contained in:
Mariusz Felisiak
2021-01-19 08:35:16 +01:00
committed by Carlton Gibson
parent 9c6ba87692
commit ec0ff40631
33 changed files with 59 additions and 274 deletions

View File

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