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 108 forks source link

Is the python 3 supporting? #32

Closed pahaz closed 8 years ago

kevin-brown commented 8 years ago

It should.

auvipy commented 8 years ago

any plan to celery 3.x?

pmclanahan commented 8 years ago

It is tested and working with both Python 3.3+ and Celery 3.0 and 3.1. You can find all of the combinations of Python, Django, and Celery that are currently tested in the tox.ini file in the repo. If there are specific issues with a particular combination please open an issue.

pahaz commented 8 years ago

Can you change pypi docs and write about python3 support ?