Commit 1efda84a authored by Tim Graham's avatar Tim Graham
Browse files

[1.7.x] Corrected Python version support info in docs/topics/install.txt

parent 207da07d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.