From ee0e6e967169fb7f5e1c75074b53f068b4018cdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 13:07:21 +0000 Subject: [PATCH 1/3] Bump pypa/cibuildwheel from 3.2.1 to 3.3.0 Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.2.1 to 3.3.0. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](https://github.com/pypa/cibuildwheel/compare/v3.2.1...v3.3.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 2f11332..d61b6fb 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v5 - name: Build wheels - uses: pypa/cibuildwheel@v3.2.1 + uses: pypa/cibuildwheel@v3.3.0 env: FC: gfortran-14 CC: gcc-14 From b6f5748526b1678848750b987b83c05420e196eb Mon Sep 17 00:00:00 2001 From: Xavier Garrido Date: Mon, 17 Nov 2025 14:42:45 +0100 Subject: [PATCH 2/3] Update compiler versions in testing workflow --- .github/workflows/testing.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index c4e11a2..21a5583 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -10,9 +10,9 @@ concurrency: cancel-in-progress: true env: - FC: gfortran-12 - CC: gcc-12 - CXX: gcc-12 + FC: gfortran-15 + CC: gcc-15 + CXX: gcc-15 jobs: From 5cc64e61f0f2e0934a15d2222a29242d1ec71f38 Mon Sep 17 00:00:00 2001 From: Xavier Garrido Date: Mon, 17 Nov 2025 14:47:08 +0100 Subject: [PATCH 3/3] Update compiler versions in testing workflow --- .github/workflows/testing.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 21a5583..c9298b8 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -10,9 +10,9 @@ concurrency: cancel-in-progress: true env: - FC: gfortran-15 - CC: gcc-15 - CXX: gcc-15 + FC: gfortran-13 + CC: gcc-13 + CXX: gcc-13 jobs: