File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ parentdir_prefix = "pandas-"
151151setup = [' --vsenv' ] # For Windows
152152
153153[tool .cibuildwheel ]
154- skip = " cp36-* cp37-* cp38-* pp * *_i686 *_ppc64le *_s390x"
154+ skip = " cp38-* *_i686 *_ppc64le *_s390x"
155155build-verbosity = " 3"
156156environment = {LDFLAGS =" -Wl,--strip-all" }
157157# pytz 2024.2 causing some failures
You can’t perform that action at this time.
0 commit comments