Update the other things mentioning Twisted 16.0

This commit is contained in:
Andrew Godwin 2017-03-18 12:30:20 -07:00
parent 5eff45482a
commit fa2841c101
2 changed files with 3 additions and 2 deletions

View File

@ -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]

View File

@ -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
------------