Added Django 1.10 to Python version support table.

This commit is contained in:
Tim Graham 2015-10-26 10:28:53 -04:00
parent 1ce8512c87
commit 23073f9644
1 changed files with 2 additions and 3 deletions

View File

@ -45,9 +45,8 @@ What Python version can I use with Django?
============== ===============
Django version Python versions
============== ===============
1.7 2.7 and 3.2, 3.3, 3.4
**1.8** **2.7** and **3.2, 3.3, 3.4, 3.5**
1.9 2.7, 3.4, 3.5
1.8 2.7, 3.2, 3.3, 3.4, 3.5
**1.9, 1.10** **2.7, 3.4, 3.5**
============== ===============
For each version of Python, only the latest micro release (A.B.C) is officially