-
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
Check Python 3.8 compatibility #340
Comments
Not sure whether our upstream dependencies have Python 3.8 compatibility but won't hurt to try. Referencing similar previous issue for Python 3.7 #190. |
We can wait for conda-forge to start building packages for it. No one is going to update so soon and we probably won't have any issues since we don't use the parts of the code base that change a lot. |
Just been cross-referencing our conda requirements at Lines 2 to 6 in 63d23d4
Also, it would be good to take note of the Python version deprecation policies at PEP 606 -- Python Compatibility Version, and NEP 29 — Recommend Python and Numpy version support as a community policy standard. The latter recommends supporting at least two of the latest minor versions of Python and the inclusion of the following text somewhere in our project's development guidelines:
which in practice means:
See also http://xarray.pydata.org/en/stable/installing.html#minimum-dependency-versions |
Description of the problem
Python 3.8 is scheduled to be released on 2019-10-14. We need to check if pygmt works well with Python 3.8.
The text was updated successfully, but these errors were encountered: