From f5772de69679efb54129ac1cbca3579b512778af Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Fri, 17 Jan 2025 22:09:56 +0100 Subject: Fixed #36005 -- Dropped support for Python 3.10 and 3.11. --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 247b0bcdae..389f887186 100644 --- a/INSTALL +++ b/INSTALL @@ -1,6 +1,6 @@ Thanks for downloading Django. -To install it, make sure you have Python 3.10 or greater installed. Then run +To install it, make sure you have Python 3.12 or greater installed. Then run this command from the command prompt: python -m pip install . -- cgit v1.3