Docs: Python 3.3 is not supported any more (#519)

Just a tiny fix to ensure that we don't promise Python 3.3 support.
This commit is contained in:
Maik Hoepfel 2017-02-03 19:13:00 +01:00 committed by Andrew Godwin
parent e189254d54
commit 75f668f9e5

View File

@ -152,7 +152,7 @@ Are channels Python 2, 3 or 2+3?
--------------------------------
Django-channels and all of its dependencies are compatible with Python 2.7,
3.3, and higher. This includes the parts of Twisted that some of the Channels
3.4, and higher. This includes the parts of Twisted that some of the Channels
packages (like daphne) use.