You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With GMT 6.5.0 released, now PyGMT supports three GMT minor versions, 6.3, 6.4 and 6.5, although old GMT versions may have some bugs and miss some features. Supporting multiple GMT versions is a big burden for us maintainers, so we need to decide our policy for the minimum supported GMT versions.
Here are a few options:
No policy, i.e., try our best to support the oldest GMT version, unless there is no way or very difficult to be backward-compatible
Follow SPEC 0's recommendations for Python versions (Migrate from NEP 029 to SPEC 0 #2863), and support for GMT versions to be dropped 3 years after their initial release.
Follow SPEC 0's recommendations for core package dependencies (Migrate from NEP 029 to SPEC 0 #2863), and support for GMT versions to be dropped 2 years after their initial release.