Skip to content

Commit 509d599

Browse files
Bump pypa/cibuildwheel from 3.4.0 to 3.4.1 (#987)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.4.0...v3.4.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1f81b51 commit 509d599

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/wheels.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
version: 12
8282

8383
- name: Build wheels for CPython 3.14
84-
uses: pypa/cibuildwheel@v3.4.0
84+
uses: pypa/cibuildwheel@v3.4.1
8585
env:
8686
CIBW_BUILD: "cp314t-* cp314-*"
8787
CIBW_ARCHS: ${{ matrix.cibw_archs }}
@@ -94,7 +94,7 @@ jobs:
9494
numpy scipy
9595
9696
- name: Build wheels for CPython 3.13
97-
uses: pypa/cibuildwheel@v3.4.0
97+
uses: pypa/cibuildwheel@v3.4.1
9898
env:
9999
CIBW_BUILD: "cp313t-* cp313-*"
100100
CIBW_ARCHS: ${{ matrix.cibw_archs }}
@@ -107,19 +107,19 @@ jobs:
107107
numpy scipy
108108
109109
- name: Build wheels for CPython 3.12
110-
uses: pypa/cibuildwheel@v3.4.0
110+
uses: pypa/cibuildwheel@v3.4.1
111111
env:
112112
CIBW_BUILD: "cp312-*"
113113
CIBW_ARCHS: ${{ matrix.cibw_archs }}
114114

115115
- name: Build wheels for CPython 3.11
116-
uses: pypa/cibuildwheel@v3.4.0
116+
uses: pypa/cibuildwheel@v3.4.1
117117
env:
118118
CIBW_BUILD: "cp311-*"
119119
CIBW_ARCHS: ${{ matrix.cibw_archs }}
120120

121121
- name: Build wheels for CPython 3.10
122-
uses: pypa/cibuildwheel@v3.4.0
122+
uses: pypa/cibuildwheel@v3.4.1
123123
env:
124124
CIBW_BUILD: "cp310-*"
125125
CIBW_ARCHS: ${{ matrix.cibw_archs }}

0 commit comments

Comments
 (0)