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

Refs #25886 -- Improved language in Python compatibility section of the release notes.

This commit is contained in:
Tim Graham
2015-12-08 13:01:25 -05:00
parent e6bd688ef3
commit 26c26e8308
3 changed files with 5 additions and 3 deletions

View File

@@ -28,6 +28,8 @@ Python compatibility
Django 1.8 requires Python 2.7, 3.2, 3.3, 3.4, or 3.5. We **highly recommend**
and only officially support the latest release of each series.
Django 1.8 is the first release to support Python 3.5.
Due to the end of upstream support for Python 3.2 in February 2016, we won't
test Django 1.8.x on Python 3.2 after the end of 2016.