Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 8 commits into from
Jul 14, 2016

Conversation

winhamwr
Copy link
Contributor

@winhamwr winhamwr commented Jul 13, 2016

We only need to support:

  • django 1.6+
  • Celery 3.1+
  • python 2.7
  • python 3.5

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

@rhunwicks
Copy link
Contributor

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
Copy link
Contributor Author

Django 1.6+, it is, then.

@winhamwr
Copy link
Contributor Author

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.

@winhamwr winhamwr merged commit ea7a293 into master Jul 14, 2016
@winhamwr winhamwr deleted the drop_old_support branch July 14, 2016 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants