From 7e6b214ed34f5562dbd83cf54924a5b589a29715 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Fri, 18 Jan 2019 10:04:29 -0500 Subject: Fixed #30116 -- Dropped support for Python 3.5. --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'INSTALL') 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 -- cgit v1.3