1
0
mirror of https://github.com/django/django.git synced 2025-07-18 16:49:13 +00:00

[1.9.x] Removed obsolete phrase about adding Python 3.5 in Django 1.9.

Backport of 51a37213721e5689f17809990a9e7c38f1c8baf8 from master
This commit is contained in:
Tim Graham 2015-11-30 20:07:22 -05:00
parent 9df082bc8c
commit b407410232

View File

@ -21,8 +21,7 @@ Python compatibility
Django 1.9 requires Python 2.7, 3.4, or 3.5. We **highly recommend** and only
officially support the latest release of each series.
Since Django 1.8, we've dropped support for Python 3.2 and 3.3, and added
support for Python 3.5.
Since Django 1.8, we've dropped support for Python 3.2 and 3.3.
What's new in Django 1.9
========================