sklarsa / django-sendgrid-v5

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

Use assertEqual instead of assertEquals for Python 3.11 compatibility. #97

Closed tirkarthi closed 2 years ago

tirkarthi commented 2 years ago

The deprecated aliases have been removed in https://github.com/python/cpython/pull/28268

sklarsa commented 2 years ago

@tirkarthi bump... can you update the testing matrix and I can merge this PR? Thanks!