-
Notifications
You must be signed in to change notification settings - Fork 224
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
Debug Windows + Python 3.6 #694
Conversation
The GMT library I'm wondering if it's really worth the debugging time, as we will drop Python 3.6 in the next few months. |
What I'm worried about is whether the PyGMT v0.2.1 release works for Python 3.6 users on Windows. I say we leave this PR hanging for now and see if someone reports it (in which case we can tell them to upgrade to Python 3.7 or decide to work on this PR and release PyGMT v0.2.2 as a quickfix). Oh, and we could also disable the Windows Python 3.6 master CI tests to stop the annoying notifications. |
This is what we should do to save us more time.
Yes, please do it. |
We dropped Python 3.6 support in #699. This PR is no longer needed. |
Description of proposed changes
Related to #693.
Fixes #
Reminders
make format
andmake check
to make sure the code follows the style guide.doc/api/index.rst
.Notes
/format
in the first line of a comment to lint the code automatically