1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

[1.11.x] Fixed #27855 -- Updated docs for Python 3.4 support in Django 2.0.

Backport of abd723c6a0 from master
This commit is contained in:
Tim Graham
2017-08-11 11:17:08 -04:00
parent 93b53fb942
commit bca1ffc87a
2 changed files with 3 additions and 2 deletions

View File

@@ -49,7 +49,8 @@ Django version Python versions
1.8 2.7, 3.2 (until the end of 2016), 3.3, 3.4, 3.5
1.9, 1.10 2.7, 3.4, 3.5
1.11 2.7, 3.4, 3.5, 3.6
2.0 3.5+
2.0 3.4, 3.5, 3.6
2.1 3.5, 3.6, 3.7
============== ===============
For each version of Python, only the latest micro release (A.B.C) is officially