1
0
mirror of https://github.com/django/django.git synced 2025-06-12 06:59:13 +00:00

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

This commit is contained in:
Tim Graham 2015-06-17 11:30:43 -04:00
parent 207da07d59
commit 1efda84a95

View File

@ -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.