From 6466c6b31a635e88da2774c09c399abcd7892208 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Wed, 24 Dec 2025 21:24:52 +0800 Subject: [PATCH] CI: Test NumPy 2.3 in the GMT Tests workflow --- .github/workflows/ci_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_tests.yaml b/.github/workflows/ci_tests.yaml index 3ed77020f71..17b9bd0fe26 100644 --- a/.github/workflows/ci_tests.yaml +++ b/.github/workflows/ci_tests.yaml @@ -78,7 +78,7 @@ jobs: optional-packages: ' contextily geopandas ipython pyarrow-core rioxarray netCDF4 sphinx-gallery' # Python 3.14 + core packages (latest versions) + optional packages - python-version: '3.14' - numpy-version: '2.3' + numpy-version: '2.4' pandas-version: '' xarray-version: '' optional-packages: ' contextily geopandas ipython pyarrow-core rioxarray netCDF4 sphinx-gallery'