sklarsa / django-sendgrid-v5

An implementation of Django's EmailBackend compatible with sendgrid-python v5+
MIT License
318 stars 54 forks source link

Django 5 support #123

Closed Mapiarz closed 7 months ago

Mapiarz commented 7 months ago

Hi! Does this work with Django 5? If not, what needs to be done?

sklarsa commented 7 months ago

I have no idea! I'll add it to the test matrix and see what happens...

sklarsa commented 7 months ago

All tests pass with django 5 and python >= 3.10, so you should be good to go. Let me know if you have any issues!