PolicyStat / jobtastic

Make your user-responsive long-running Celery jobs totally awesomer.
http://policystat.github.com/jobtastic/
MIT License
645 stars 61 forks source link

Drop support for old versions of python/django/celery #62

Closed winhamwr closed 8 years ago

winhamwr commented 8 years ago

We only need to support:

The old versions of django are out of their security support window.

rhunwicks commented 8 years ago

I'd prefer to leave support for Django 1.6 / Python 2.7 for the time being - and I have coded #37 such that both 1.6 and 1.7+ should work without any deprecation warning, and as far as I am aware that is the only area where Django is used.

winhamwr commented 8 years ago

Django 1.6+, it is, then.

winhamwr commented 8 years ago

django-nose bumped from 1.4.3 to 1.4.4 and removed support for Django <1.8. Pegging to 1.4.3 does our test builds good.