From: Ben Darnell Date: Thu, 30 Aug 2012 17:42:54 +0000 (-0400) Subject: Twisted is dropping python 2.5 support in their upcoming 12.2.0 release. X-Git-Tag: v2.4.0~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3474d5f9318b85ccc0021f03de907d1339e8067d;p=thirdparty%2Ftornado.git Twisted is dropping python 2.5 support in their upcoming 12.2.0 release. --- diff --git a/tox.ini b/tox.ini index 381320424..e072d1196 100644 --- a/tox.ini +++ b/tox.ini @@ -36,7 +36,8 @@ deps = MySQL-python pycurl simplejson - twisted>=12.0.0 + # twisted is dropping python 2.5 support in 12.2.0 + twisted<=12.1.0 # zope.interface (used by twisted) dropped python 2.5 support in 4.0 zope.interface<4.0