From fa2841c1018b4b8e8358efae157a4c8faf61c5cc Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sat, 18 Mar 2017 12:30:20 -0700 Subject: [PATCH] Update the other things mentioning Twisted 16.0 --- .travis.yml | 2 +- README.rst | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f28a830..a182737 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ python: env: - TWISTED_RELEASE="twisted" - - TWISTED_RELEASE="twisted==16.0.0" + - TWISTED_RELEASE="twisted==17.0.0" install: pip install $TWISTED_RELEASE -e .[tests] diff --git a/README.rst b/README.rst index 2f1d657..49a5dd7 100644 --- a/README.rst +++ b/README.rst @@ -110,9 +110,10 @@ should start with a slash, but not end with one; for example:: Dependencies ------------ -All Channels projects currently support Python 2.7, 3.4 and 3.5. `daphne` requires Twisted 16.0 or +All Channels projects currently support Python 2.7, 3.4 and 3.5. `daphne` requires Twisted 17.0 or greater. + Contributing ------------