From 3ca79c2a667f292519578a3c71df6c61ecd22d1d Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Thu, 5 Jan 2012 16:41:33 -0800 Subject: [PATCH] give up on twisted-2.4.0 compatibility, the tests fail now --- ChangeLog | 2 ++ README | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index cea52bac..c7743f85 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2012-01-05 Brian Warner + * README (DEPENDENCIES): give up on twisted-2.4.0 compatibility, + the tests fail now * NEWS: update 2012-01-04 Brian Warner diff --git a/README b/README index 9e51d3d1..e54b4567 100644 --- a/README +++ b/README @@ -21,8 +21,8 @@ Full documentation and examples are in the doc/ directory. DEPENDENCIES: - * Python 2.4 or later (tested against 2.4.3, 2.5.0, and 2.6.0) - * Twisted 2.4.0 or later + * Python 2.4 or later (2.x only, tested against 2.4.3, 2.5.0, 2.6.6, 2.7.0) + * Twisted 2.5.0 or later * PyOpenSSL (tested against 0.6)