pmclanahan / django-celery-email

A Django email backend that uses a celery task for sending the email.
BSD 3-Clause "New" or "Revised" License
477 stars 110 forks source link

Extend support of actual versions of Django and Python #78

Open DmytroLitvinov opened 3 years ago

DmytroLitvinov commented 3 years ago

Hi @pmclanahan , Thank you for such useful library.

That PR adds support for latest actual version of Python and Django. Helpful links:

DmytroLitvinov commented 3 years ago

Seems like Travis is dead and it is better to move it into GitHub actions. If you need any help for merging that PR and adding GitHub Actions instead of Travis, let me know.