Closed hugovk closed 5 years ago
Thank you for submitting this pull request, however I do not see a valid CLA on file for you. Before we can merge this request please visit https://yahoocla.herokuapp.com/ and agree to the terms. Thanks! :smile:
@hugovk if you can sign the CLA, we can merge this PR soon after. Thank you for the contribution.
@komapa Hi, I signed it on the day I opened the PR. The link now tells me:
You previously signed this CLA on: Thu Feb 14 2019 14:36:32 GMT+0000 (UTC)
Changes look good, and I'm still able to fetch blog info and create posts.
Nice to see that the build is passing again 💯
Add support for Python 3.7, which needs Xenial on Travis CI (https://github.com/travis-ci/travis-ci/issues/9815).
Python 2.6 and 3.3 are EOL and no longer receiving security updates (or any updates) from the core Python team.
Source: https://en.wikipedia.org/wiki/CPython#Version_history
They're also little used. Here's the pip installs for PyTumblr from PyPI for January 2019:
Source:
pypistats python_minor --last-month PyTumblr
This fixes the build as 2.6 and 3.7 are failing it in master: