Commit b4074102 authored by Tim Graham's avatar Tim Graham
Browse files

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

Backport of 51a37213 from master
parent 9df082bc
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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
========================