From 3474d5f9318b85ccc0021f03de907d1339e8067d Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Thu, 30 Aug 2012 13:42:54 -0400 Subject: [PATCH] Twisted is dropping python 2.5 support in their upcoming 12.2.0 release. --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 38132042..e072d119 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