From f8fdec18a5bddca144c8f7bd1a57d5fc8e874c3e Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Sun, 29 Nov 2015 01:42:15 -0600 Subject: [PATCH] stop testing py2.6, since Twisted no longer supports it README.md: stop claiming compatibility with it. --- .travis.yml | 1 - README.md | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0b32736..94c559e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ sudo: false language: python python: - - "2.6" - "2.7" - "3.3" - "3.4" diff --git a/README.md b/README.md index 96023cb..1ce1431 100644 --- a/README.md +++ b/README.md @@ -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.