Skip to content

Commit 58a9b30

Browse files
authored
NEP29: Test PyGMT on NumPy 1.23 and 1.21 (#2057)
* NEP29: Test PyGMT on NumPy 1.23 Bumps [numpy](https://github.com/numpy/numpy) from 1.22.4 to 1.23.2. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/v1.23.0/doc/changelog/1.23.0-changelog.rst) - [Commits](numpy/numpy@v1.22.4...v1.23.2) * Set minimum NumPy version to 1.21 for CI tests Bypass issue with `TypeError: <class 'numpy.typing._dtype_like._SupportsDType'> is not a generic class` reported in pydata/xarray#6818.
1 parent 01bf66e commit 58a9b30

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci_tests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ jobs:
4040
isDraft: true
4141
- os: windows-latest
4242
isDraft: true
43-
# Pair Python 3.8 with NumPy 1.20 and Python 3.10 with NumPy 1.22
44-
# Only install optional packages on Python 3.10/NumPy 1.22
43+
# Pair Python 3.8 with NumPy 1.21 and Python 3.10 with NumPy 1.23
44+
# Only install optional packages on Python 3.10/NumPy 1.23
4545
include:
4646
- python-version: '3.8'
47-
numpy-version: '1.20'
47+
numpy-version: '1.21'
4848
optional-packages: ''
4949
- python-version: '3.10'
50-
numpy-version: '1.22'
50+
numpy-version: '1.23'
5151
optional-packages: 'geopandas ipython'
5252
timeout-minutes: 30
5353
defaults:

0 commit comments

Comments
 (0)