]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Twisted is dropping python 2.5 support in their upcoming 12.2.0 release.
authorBen Darnell <ben@bendarnell.com>
Thu, 30 Aug 2012 17:42:54 +0000 (13:42 -0400)
committerBen Darnell <ben@bendarnell.com>
Thu, 30 Aug 2012 17:42:54 +0000 (13:42 -0400)
tox.ini

diff --git a/tox.ini b/tox.ini
index 381320424d8e6bbe1b84133b90546c22d7f49b0a..e072d11960026edefc6bc95842759c48f6fbab3e 100644 (file)
--- 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