Skip to content

Commit 412893b

Browse files
Bump pypa/cibuildwheel from 3.0.1 to 3.1.3 (#345)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.0.1 to 3.1.3. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.0.1...v3.1.3) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.1.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 01a13ec commit 412893b

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
@@ -77,7 +77,7 @@ jobs:
7777
echo "MACOSX_DEPLOYMENT_TARGET=14.0" >> $GITHUB_ENV
7878
7979
- name: Build python wheels for ${{ matrix.os }}
80-
uses: pypa/cibuildwheel@v3.0.1
80+
uses: pypa/cibuildwheel@v3.1.3
8181
env:
8282
# Skip CPython 3.{6, 7, 8}
8383
CIBW_SKIP: ${{ env.CIBW_SKIP }} cp36-* cp37-* cp38-*

0 commit comments

Comments
 (0)