Skip to content

Commit 2db46d0

Browse files
authored
Add a table for compatibility of PyGMT with Python and GMT (#763)
1 parent 5ad636b commit 2db46d0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ Other Python wrappers for GMT:
207207

208208
Documentation for other versions
209209
--------------------------------
210+
210211
* `Development <https://www.pygmt.org/dev>`__ (reflects the *master* branch on
211212
GitHub)
212213
* `Latest release <https://www.pygmt.org/latest>`__
@@ -216,3 +217,14 @@ Documentation for other versions
216217
* `v0.1.1 <https://www.pygmt.org/v0.1.1>`__
217218
* `v0.1.0 <https://www.pygmt.org/v0.1.0>`__
218219
* `v0.0.1a0 <https://www.pygmt.org/0.0.1a0>`__
220+
221+
Compatibility with Python and GMT versions
222+
------------------------------------------
223+
224+
======= ========== =========
225+
PyGMT GMT Python
226+
======= ========== =========
227+
0.2.1 >=6.1.1 >=3.6
228+
0.2.0 >=6.1.1 3.6 - 3.8
229+
0.1.x >=6.0.0 3.6 - 3.8
230+
======= ========== =========

0 commit comments

Comments
 (0)