Skip to content

Commit 5e71c11

Browse files
Bump pypa/cibuildwheel from 2.23.3 to 3.0.1
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.23.3 to 3.0.1. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.23.3...v3.0.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eeeb39e commit 5e71c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
echo "MACOSX_DEPLOYMENT_TARGET=14.0" >> $GITHUB_ENV
7979
8080
- name: Build python wheels for ${{ matrix.os }}
81-
uses: pypa/cibuildwheel@v2.23.3
81+
uses: pypa/cibuildwheel@v3.0.1
8282
env:
8383
# Skip CPython 3.{6, 7, 8}
8484
CIBW_SKIP: ${{ env.CIBW_SKIP }} cp36-* cp37-* cp38-*

0 commit comments

Comments
 (0)