kmmbvnr / django-jenkins

Plug and play continuous integration with django and jenkins
GNU Lesser General Public License v3.0
945 stars 279 forks source link

Python2.7 django version fix #363

Open DanielKN opened 6 years ago

DanielKN commented 6 years ago

Pinning down versions for django for python2.7. Python 2.7 is currently not compatible with the django 2.0 release.

This is in response for issue: https://github.com/kmmbvnr/django-jenkins/issues/362

ddormer commented 6 years ago

This change fixes the issue for me. I think the Django version should be specified as >=1.8,<2.0 so future updates to Django 1.11.x are still included.

ebpetway commented 6 years ago

I can also verify this works. Can this be merged soon?