1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

[1.6.x] Added Python 3.4 support notes.

Backport of 306deab2c7 from master
This commit is contained in:
Tim Graham
2014-03-26 10:55:59 -04:00
parent fe83cfe9ed
commit f659c8e13a
2 changed files with 5 additions and 7 deletions

View File

@@ -44,6 +44,8 @@ supported Python series (2.6.X, 2.7.X, 3.2.X, and 3.3.X).
Django 1.6 will be the final release series to support Python 2.6; beginning
with Django 1.7, the minimum supported Python version will be 2.7.
Python 3.4 is not supported, but support will be added in Django 1.7.
What's new in Django 1.6
========================