Skip to content

Commit a317b23

Browse files
committed
Update pypa/cibuildwheel tov2.21.3
1 parent 1f57e53 commit a317b23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ jobs:
4040
- uses: actions/[email protected]
4141

4242
- name: Build wheels
43-
uses: pypa/cibuildwheel@v2.19.2
43+
uses: pypa/cibuildwheel@v2.21.3
4444
# to supply options, put them in 'env', like:
4545
env:
4646
MACOSX_DEPLOYMENT_TARGET: "11.0"
4747
CIBW_ARCHS: auto64
4848
CIBW_ARCHS_MACOS: ${{ matrix.arch }}
4949
CIBW_BUILD: ${{ matrix.python-version }}-*
50-
CIBW_SKIP: "cp36-* cp37-* pp* *musllinux* *manylinux1* *-win32 *linux_i686 *linux_aarch64 *linux_ppc64le *linux_s390x"
50+
CIBW_SKIP: "cp36-* cp37-* cp38-* pp* *musllinux* *manylinux1* *-win32 *linux_i686 *linux_aarch64 *linux_ppc64le *linux_s390x"
5151

5252
- uses: actions/upload-artifact@v3
5353
with:

0 commit comments

Comments
 (0)