Commit e764f92c authored by Tim Graham's avatar Tim Graham
Browse files

[1.9.x] Added Django 1.10 to Python version support table.

Backport of 23073f96 from master
parent ec388ee1
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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