From 75f668f9e554d91a44375b6ca809c2f4a59aa086 Mon Sep 17 00:00:00 2001 From: Maik Hoepfel Date: Fri, 3 Feb 2017 19:13:00 +0100 Subject: [PATCH] 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. --- docs/faqs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faqs.rst b/docs/faqs.rst index 4fdc706..e2bd585 100755 --- a/docs/faqs.rst +++ b/docs/faqs.rst @@ -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.