Skip to content

Commit 3474d5f

Browse files
committed
Twisted is dropping python 2.5 support in their upcoming 12.2.0 release.
1 parent 0148fda commit 3474d5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ deps =
3636
MySQL-python
3737
pycurl
3838
simplejson
39-
twisted>=12.0.0
39+
# twisted is dropping python 2.5 support in 12.2.0
40+
twisted<=12.1.0
4041
# zope.interface (used by twisted) dropped python 2.5 support in 4.0
4142
zope.interface<4.0
4243

0 commit comments

Comments
 (0)