Skip to content

Commit 229a238

Browse files
authored
Update the Dependencies Policy section in Maintainers Guides (#3632)
1 parent 20dc597 commit 229a238

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

doc/maintenance.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -136,14 +136,9 @@ decorator to a test function.
136136
## Dependencies Policy
137137

138138
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.
147142

148143
In `pyproject.toml`, the `requires-python` key should be set to the minimum supported
149144
version of Python. Minimum supported versions of GMT, Python and core package

0 commit comments

Comments
 (0)