stop testing py2.6, since Twisted no longer supports it

README.md: stop claiming compatibility with it.
This commit is contained in:
Brian Warner 2015-11-29 01:42:15 -06:00
parent 5b46df133f
commit f8fdec18a5
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,6 @@
sudo: false
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"

View File

@ -136,7 +136,8 @@ using a key derived from the PAKE phase. See
This library is released under the MIT license, see LICENSE for details.
This library is compatible with python2.6, 2.7, 3.3, 3.4, and 3.5 . The async
This library is compatible with python2.7, 3.3, 3.4, and 3.5 . It is probably
compatible with py2.6, but the latest Twisted (15.5.0) is not. The async
support does not yet work with py3, but will in the future once Twisted
itself is finished being ported.