From 7d596c7c1efa4837ec9361dcdcfa5d018919980d Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Sun, 8 Jun 2025 11:44:00 +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 64db7b7a70f..3cd4ec34999 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.13 + core packages (latest versions) + optional packages - python-version: '3.13' - numpy-version: '2.2' + numpy-version: '2.3' pandas-version: '' xarray-version: '' optional-packages: ' contextily geopandas ipython pyarrow-core rioxarray netCDF4 sphinx-gallery'