etianen / django-s3-storage

Django Amazon S3 file storage.
BSD 3-Clause "New" or "Revised" License
414 stars 94 forks source link

Run tests against Django 3.2 LTS #121

Closed michael-k closed 2 years ago

kevinmarsh commented 3 years ago

@etianen I'm guessing that this PR is held up due to changes to Travis CI (it's no longer building), thoughts on switching over to GH actions? It's a non-trivial amount of work to set it up but could use other projects who have already made the switch for most of the boilerplate (eg. https://github.com/jazzband/django-pipeline/pull/738 )

Would be nice to test this against Django's main branch as well to flag up future compatibility issues sooner

etianen commented 3 years ago

Yes, this project needs to switch to github actions.

I've done this with a few other projects. I'm a bit short of time right now to do it right now. I'd take a MR that adapts the approach in https://github.com/etianen/django-reversion/ to this project.

etianen commented 2 years ago

The project is now tested using GitHub actions, and tests against Django 3.2