azavea / django-amazon-ses

A Django email backend that uses Boto3 to interact with Amazon Simple Email Service (SES).
Apache License 2.0
85 stars 25 forks source link

Add testing and document support for Python 3.7 #37

Closed jdufresne closed 6 years ago

jdufresne commented 6 years ago

Python 3.7 was released on June 27, 2018.

hectcastro commented 6 years ago

Hey @jdufresne, if you have details around why you closed this, we can take a look.

hectcastro commented 6 years ago

Seems related to https://github.com/travis-ci/travis-ci/issues/9815.

jdufresne commented 6 years ago

Something caused systemic failure such that this PR wasn't merge ready. I wanted to spend some time investigating the issue as the solution was not immediately obvious.