Skip to content

Commit a5acdfa

Browse files
authored
NEP29: Test PyGMT on NumPy 1.25 (#2581)
Bumps [numpy](https://github.com/numpy/numpy) from 1.24.3 to 1.25.0 released on 18 Jun 2023. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://numpy.org/doc/1.25/release/1.25.0-notes.html) - [Commits](numpy/numpy@v1.24.3...v1.25.0)
1 parent 2b799bf commit a5acdfa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci_tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ jobs:
5959
isDraft: true
6060
- os: windows-latest
6161
isDraft: true
62-
# Pair Python 3.9 with NumPy 1.21 and Python 3.11 with NumPy 1.24
63-
# Only install optional packages on Python 3.11/NumPy 1.24
62+
# Pair Python 3.9 with NumPy 1.21 and Python 3.11 with NumPy 1.25
63+
# Only install optional packages on Python 3.11/NumPy 1.25
6464
include:
6565
- python-version: '3.9'
6666
numpy-version: '1.21'
6767
optional-packages: ''
6868
- python-version: '3.11'
69-
numpy-version: '1.24'
69+
numpy-version: '1.25'
7070
optional-packages: ' contextily geopandas ipython rioxarray sphinx-gallery'
7171

7272
timeout-minutes: 30

0 commit comments

Comments
 (0)