From 3bbe22dafcc69c5ffa79707f5a74eb1faf466e12 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Wed, 18 Jan 2023 09:46:01 +0100 Subject: Fixed #34233 -- Dropped support for Python 3.8 and 3.9. --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index cd9dd33274..247b0bcdae 100644 --- a/INSTALL +++ b/INSTALL @@ -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 . -- cgit v1.3