praekeltfoundation / vumi

Messaging engine for the delivery of SMS, Star Menu and chat messages to diverse audiences in emerging markets and beyond.
BSD 3-Clause "New" or "Revised" License
420 stars 131 forks source link

Remove support for Python 2.6. #1021

Closed hodgestar closed 8 years ago

hodgestar commented 8 years ago

The very last release of Python 2.6 was on October 29, 2013 (https://www.python.org/download/releases/2.6.9/). Many libraries we depend on (Twisted, treq) no longer support Python 2.6.

hodgestar commented 8 years ago

Ready for review.

jerith commented 8 years ago

There's a classifier in setup.py the references Python 2.6. There's also a tox environment for it.

hodgestar commented 8 years ago

Ready for re-review.

rudigiesler commented 8 years ago

:+1: from me