From 1efda84a950e9ec90961296aa64568c45f25c1e9 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 17 Jun 2015 11:30:43 -0400 Subject: [PATCH] [1.7.x] Corrected Python version support info in docs/topics/install.txt --- docs/topics/install.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/install.txt b/docs/topics/install.txt index 3da5ee713e..7635b4f43e 100644 --- a/docs/topics/install.txt +++ b/docs/topics/install.txt @@ -8,7 +8,7 @@ Install Python ============== Being a Python Web framework, Django requires Python. It works with Python 2.7, -3.2 or 3.3. +3.2, 3.3, or 3.4. Get the latest version of Python at http://www.python.org/download/ or with your operating system's package manager.