Skip to content

Commit cad930f

Browse files
update cibuildwheel
1 parent 713b9e0 commit cad930f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
run: echo "sdist_name=$(cd ./dist && ls -d */)" >> "$GITHUB_ENV"
148148

149149
- name: Build wheels
150-
uses: pypa/cibuildwheel@v2.23.3
150+
uses: pypa/cibuildwheel@v3.1.4
151151
with:
152152
package-dir: ./dist/${{ startsWith(matrix.buildplat[1], 'macosx') && env.sdist_name || needs.build_sdist.outputs.sdist_file }}
153153
env:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ parentdir_prefix = "pandas-"
151151
setup = ['--vsenv'] # For Windows
152152

153153
[tool.cibuildwheel]
154-
skip = "cp36-* cp37-* cp38-* pp* *_i686 *_ppc64le *_s390x"
154+
skip = "cp38-* *_i686 *_ppc64le *_s390x"
155155
build-verbosity = "3"
156156
environment = {LDFLAGS="-Wl,--strip-all"}
157157
# pytz 2024.2 causing some failures

0 commit comments

Comments
 (0)