From 5cc857258347bbe0860ba77cdcd81ef3621c0327 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 02:41:42 +0000 Subject: [PATCH 1/2] CICD: Bump pypa/cibuildwheel from 2.21.3 to 2.22.0 Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.21.3 to 2.22.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/v2.21.3...v2.22.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/nonvendored_wheels.yml | 2 +- .github/workflows/wheels.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nonvendored_wheels.yml b/.github/workflows/nonvendored_wheels.yml index 57f0272..171f335 100644 --- a/.github/workflows/nonvendored_wheels.yml +++ b/.github/workflows/nonvendored_wheels.yml @@ -49,7 +49,7 @@ jobs: python-version: "3.10" - name: Install cibuildwheel - run: python -m pip install cibuildwheel==2.21.3 + run: python -m pip install cibuildwheel==2.22.0 - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 96731e3..2689074 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -81,7 +81,7 @@ jobs: cmake --build openmp_build --target install --config Release - name: Install cibuildwheel - run: python -m pip install cibuildwheel==2.21.3 + run: python -m pip install cibuildwheel==2.22.0 - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse @@ -141,7 +141,7 @@ jobs: -DCMAKE_INSTALL_PREFIX="/usr/local" cmake --build openmp_build --target install --config Release - - uses: pypa/cibuildwheel@v2.21.3 + - uses: pypa/cibuildwheel@v2.22.0 env: # only build for x86_64, arm wheels are build seperately CIBW_ARCHS: "x86_64" From 94d15ef371ed6cfa1a38e62fa7777cd718d15b56 Mon Sep 17 00:00:00 2001 From: Ralph Urlus Date: Mon, 25 Nov 2024 09:22:14 +0100 Subject: [PATCH 2/2] CICD: Bump host CPython version to 3.11 --- .github/workflows/nonvendored_wheels.yml | 2 +- .github/workflows/wheels.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nonvendored_wheels.yml b/.github/workflows/nonvendored_wheels.yml index 171f335..f688a34 100644 --- a/.github/workflows/nonvendored_wheels.yml +++ b/.github/workflows/nonvendored_wheels.yml @@ -46,7 +46,7 @@ jobs: - uses: actions/setup-python@v5 with: - python-version: "3.10" + python-version: "3.11" - name: Install cibuildwheel run: python -m pip install cibuildwheel==2.22.0 diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 2689074..e9f7297 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -46,7 +46,7 @@ jobs: - uses: actions/setup-python@v5 with: - python-version: "3.10" + python-version: "3.11" - name: Cache OpenMP repo if: matrix.os == 'macos-latest' @@ -169,7 +169,7 @@ jobs: steps: - uses: actions/setup-python@v5 with: - python-version: "3.10" + python-version: "3.11" - uses: actions/download-artifact@v4 with: pattern: artifact-* @@ -193,7 +193,7 @@ jobs: steps: - uses: actions/setup-python@v5 with: - python-version: "3.10" + python-version: "3.11" - uses: actions/download-artifact@v4 with: