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

upgrade python versions #88

Closed dheerajreal closed 2 years ago

dheerajreal commented 2 years ago

python 3.6 is EOL since December 2021 Django versions 2.2, 3.0, 3.1 and 3.2 all support python 3.9

this will be a breaking change for EOL python users

TODO: changelog, versioning, release, etc