mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Refs #27025 -- Documented Python 3.6 compatibility for Django 1.11.
This commit is contained in:
parent
e2d02c1fc9
commit
4701abd56e
2 changed files with 4 additions and 2 deletions
|
@ -20,8 +20,9 @@ for the previous LTS, Django 1.8, will end in April 2018.
|
|||
Python compatibility
|
||||
====================
|
||||
|
||||
Like Django 1.10, Django 1.11 requires Python 2.7, 3.4, or 3.5. We **highly
|
||||
recommend** and only officially support the latest release of each series.
|
||||
Django 1.11 requires Python 2.7, 3.4, 3.5, or 3.6. Django 1.11 is the first
|
||||
release to support Python 3.6. We **highly recommend** and only officially
|
||||
support the latest release of each series.
|
||||
|
||||
The Django 1.11.x series is the last to support Python 2. The next major
|
||||
release, Django 2.0, will only support Python 3.5+.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue