-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support python-3.8 and drop python-3.5 #142
Conversation
Note, this PR is needed before #141 can be merged |
LGTM, should I care about the travis CI build fail? |
Thanks @jrsmith02, yes you should definitely care, this PR is meant to address a CI failure specifically so that #141 can eventually be merged. I'll mark it a draft for the time being |
CI tests are now passing with Conda builds, and after rearranging a few matplotlib backend-dependent import statements, I've verified that the primary hveto scripts still works (cf. the production and test output pages). Thus, @jrsmith02 this PR is now ready to go in. |
This PR adds support for python-3.8 and drops support for python-3.5, including:
flake8
linter complaints related to Conda buildsgwpy.testing.compat
moduleThis fixes #140 and fixes #133.
cc @duncanmmacleod, @jrsmith02