Skip to content

Commit 00c0b57

Browse files
seismanweiji14
andauthored
NEP29: Test PyGMT on NumPy 1.26 (#2692)
Co-authored-by: Wei Ji <[email protected]>
1 parent 97316e9 commit 00c0b57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci_tests.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@ jobs:
6363
isDraft: true
6464
- os: windows-latest
6565
isDraft: true
66-
# Pair Python 3.9 with NumPy 1.22 and Python 3.11 with NumPy 1.25
67-
# Only install optional packages on Python 3.11/NumPy 1.25
66+
# Pair Python 3.9 with NumPy 1.22 and Python 3.11 with NumPy 1.26
67+
# Only install optional packages on Python 3.11/NumPy 1.26
6868
include:
6969
- python-version: '3.9'
7070
numpy-version: '1.22'
7171
optional-packages: ''
7272
- python-version: '3.11'
73-
numpy-version: '1.25'
73+
numpy-version: '1.26'
7474
optional-packages: ' contextily geopandas ipython rioxarray sphinx-gallery'
7575

7676
timeout-minutes: 30

0 commit comments

Comments
 (0)