jazzband / django-downloadview

Serve files with Django.
https://django-downloadview.readthedocs.io
Other
374 stars 57 forks source link

Add Django 2.2, Django 3.0 support & Drop Django 1.5, 1.6, 1.7, 1.8, 1.9, 1.10, 2.0 and 2.1 as well as Python 3.4 and 3.5 #147

Closed joehybird closed 4 years ago

joehybird commented 4 years ago

This PR is based on the work of @jmerkow (#144) and @sliverc (#142)

Natim commented 4 years ago

Could you remove Python 3.4 and add Python 3.7 and 3.8 ?

Natim commented 4 years ago

I guess we should drop support for old version of Django and Python 2.7 versions too.

Natim commented 4 years ago

image

Natim commented 4 years ago

We should drop support for all the red ones here:

image

Natim commented 4 years ago

Thank you for your work on this, I am glad to see this project being updated.

joehybird commented 4 years ago

Thank you @Natim for fixing travis (I'm always stuck by this...). Maybe add python 3.x targets for django 1.11 in tox ?

Natim commented 4 years ago

Yes I fixed it in master.