mailjet / mailjet-apiv3-python

[API v3] Python Mailjet wrapper
https://dev.mailjet.com
MIT License
109 stars 41 forks source link

Support recent Python versions #66

Closed adamchainz closed 4 years ago

adamchainz commented 4 years ago

The readme currently declares support for python only up to 3.6, and this is what's tested on Travis. That means the three most recent versions of Python aren't tested - 3.7, 3.8, and 3.9. Can you test with these? A project I'm working on is built with Python 3.8 and since we're using Mailjet I'm forced to proceed with the library whilst not being certain it will fully work.

Thanks!

diskovod commented 4 years ago

Hi, added support for Python 3.8. I think it will be enough for today. I guess that Python 3.9 support will be added in the near future. Thanks!

adamchainz commented 4 years ago

Thank you. 3.9 thankfully does not have many incompatible changes from 3.8.