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
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/5-bump_gmt_checklist.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,6 @@ using the following command:
27
27
-[ ] Update `.github/workflows/ci_tests.yaml`
28
28
-[ ] Add the legacy GMT version to `.github/workflows/ci_tests_legacy.yaml`
29
29
-[ ] Update GMT 6.x minor version for `extlinks` urls in `doc/conf.py`
30
-
-[ ] Update GMT 6.x minor version in `.github/workflows/check-links.yml`
31
30
-[ ] Fix failing tests (1 or more PRs)
32
31
-[ ] Fix failing doctests reported in the ["Doctest" workflow](https://github.com/GenericMappingTools/pygmt/actions/workflows/ci_doctests.yaml)
33
32
-[ ] Fix [xfail](https://docs.pytest.org/en/stable/skipping.html#xfail-mark-test-functions-as-expected-to-fail) pytest markers on tests that are now xpass
@@ -36,8 +35,7 @@ using the following command:
36
35
37
36
-[ ] Bump the minimum required GMT version (1 PR)
38
37
-[ ] Update `required_gmt_version` in `pygmt/clib/__init__.py`
39
-
-[ ] Update `test_get_default` in `pygmt/tests/test_clib.py`
40
-
-[ ] Update minimum required versions in `doc/minversions.md`
41
38
-[ ] Remove unsupported GMT version from `.github/workflows/ci_tests_legacy.yaml`
39
+
-[ ] Ensure minimum required version is correct in `doc/minversions.md`
42
40
-[ ] Remove [xfail](https://docs.pytest.org/en/stable/skipping.html#xfail-mark-test-functions-as-expected-to-fail) pytest markers on tests that are now xpass
43
41
-[ ] Update deprecated syntax in source code and examples based on the [GMT Changelog](https://docs.generic-mapping-tools.org/latest/changes.html)
0 commit comments