summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2019-01-18 10:04:29 -0500
committerTim Graham <timograham@gmail.com>2019-01-30 10:19:48 -0500
commit7e6b214ed34f5562dbd83cf54924a5b589a29715 (patch)
tree2a2aa16c023638436bea449acdb06224bf7f33c7 /INSTALL
parent5a5c77d55dc85c7e6cf910243257e408887f412a (diff)
downloaddjango-7e6b214ed34f5562dbd83cf54924a5b589a29715.tar.gz
Fixed #30116 -- Dropped support for Python 3.5.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index dda9b4c4e5..eb9cf6eaf2 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,6 +1,6 @@
Thanks for downloading Django.
-To install it, make sure you have Python 3.5 or greater installed. Then run
+To install it, make sure you have Python 3.6 or greater installed. Then run
this command from the command prompt:
python setup.py install