From c2fb26da627172826f8c5989ea0de6a3d042d30a Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Wed, 12 Aug 2026 13:43:20 -0300 Subject: [PATCH 1/3] bump netcdf-c to 4.10.1 --- .github/workflows/cibuildwheel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index edc202e85..cb8d6fa5d 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -125,7 +125,7 @@ jobs: environment-name: build init-shell: bash create-args: >- - python=${{ matrix.python-version }} libnetcdf=4.9.3 --channel conda-forge + python=${{ matrix.python-version }} libnetcdf=4.10.1 --channel conda-forge - name: Build wheels for Windows/Mac uses: pypa/cibuildwheel@v4.1.0 From b71e7a868c8a5b3d8feaebdfe2ecadd543fc2c8f Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Fri, 14 Aug 2026 18:44:07 -0300 Subject: [PATCH 2/3] update manylinux image URL --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c1ad6fd2d..599a448bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -122,8 +122,8 @@ test-command = [ '''python -c "import netCDF4; print(f'netCDF4 v{netCDF4.__version__}')"''', "pytest -s -rxs -v test", ] -manylinux-x86_64-image = "ghcr.io/ocefpaf/manylinux_2_28_x86_64-netcdf" -manylinux-aarch64-image = "ghcr.io/ocefpaf/manylinux_2_28_aarch64-netcdf" +manylinux-x86_64-image = "ghcr.io/Unidata/manylinux_2_28_x86_64-netcdf" +manylinux-aarch64-image = "ghcr.io/Unidata/manylinux_2_28_aarch64-netcdf" environment = {NETCDF4_LIMITED_API="1"} [tool.cibuildwheel.macos] From 8396ae550324d8851cf3dd501174ca76d7d51a65 Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Fri, 14 Aug 2026 18:49:51 -0300 Subject: [PATCH 3/3] lower case --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 599a448bb..5d8d0ccc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -122,8 +122,8 @@ test-command = [ '''python -c "import netCDF4; print(f'netCDF4 v{netCDF4.__version__}')"''', "pytest -s -rxs -v test", ] -manylinux-x86_64-image = "ghcr.io/Unidata/manylinux_2_28_x86_64-netcdf" -manylinux-aarch64-image = "ghcr.io/Unidata/manylinux_2_28_aarch64-netcdf" +manylinux-x86_64-image = "ghcr.io/unidata/manylinux_2_28_x86_64-netcdf" +manylinux-aarch64-image = "ghcr.io/unidata/manylinux_2_28_aarch64-netcdf" environment = {NETCDF4_LIMITED_API="1"} [tool.cibuildwheel.macos]