File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -136,14 +136,9 @@ decorator to a test function.
136
136
## Dependencies Policy
137
137
138
138
PyGMT has adopted [ SPEC 0] ( https://scientific-python.org/specs/spec-0000/ ) alongside the
139
- rest of the scientific Python ecosystem, and therefore:
140
-
141
- * Support for Python versions be dropped 3 years after their initial release.
142
- * Support for core package dependencies (NumPy, pandas, Xarray) be dropped 2 years after
143
- their initial release.
144
-
145
- Similarly, the PyGMT team has decided to discontinue support for GMT versions 3 years
146
- after their initial release.
139
+ rest of the scientific Python ecosystem, and made a few extensions based on the needs of
140
+ the project. Please see [ Minimum Supported Versions] ( minversions.md ) for the detailed
141
+ policy and the minimum supported versions of GMT, Python and core package dependencies.
147
142
148
143
In ` pyproject.toml ` , the ` requires-python ` key should be set to the minimum supported
149
144
version of Python. Minimum supported versions of GMT, Python and core package
You can’t perform that action at this time.
0 commit comments