[1.6.x] Removed need to update Python version support note on each new release.

Backport of 0c06f06131 from master
This commit is contained in:
Tim Graham 2014-12-18 11:55:33 -05:00
parent 79561e7c3b
commit ab6df6419c
1 changed files with 3 additions and 3 deletions

View File

@ -50,9 +50,9 @@ Django version Python versions
*1.7 (future)* *2.7* and *3.2, 3.3, 3.4*
============== ===============
For a given series of Python versions, only the latest release is officially
supported. For instance, at the time of writing (April 1st, 2014), the latest
release in the 2.7 series is 2.7.6.
For each version of Python, only the latest micro release (A.B.C) is officially
supported. You can find the latest micro version for each series on the `Python
download page <https://www.python.org/downloads/>`_.
What Python version should I use with Django?
---------------------------------------------