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 5151 - name : Run cibuildwheel
5252 run : |
5353 pip install cibuildwheel
54- cibuildwheel --debug-traceback --print-build-identifiers -- output-dir wheelhouse
54+ cibuildwheel --debug-traceback --output-dir wheelhouse
5555 env :
5656 CIBW_BEFORE_BUILD_LINUX : |
5757 curl -L -o graalvm.tar.gz https://github.com/graalvm/graalvm-ce-builds/releases/download/jdk-23.0.2/graalvm-community-jdk-23.0.2_linux-x64_bin.tar.gz
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ mkdocs-material = "^9.5.50"
3939mkdocstrings = {extras = [" python" ], version = " ^0.27.0" }
4040
4141[tool .cibuildwheel ]
42- build = " cp311-manylinux2014_x86_64 cp312-manylinux2014_x86_64 cp313-manylinux2014_x86_64 cp3*-macosx_x86_64 cp3*-macosx_arm64 cp3*-win_amd64"
42+ build = " cp311-manylinux_2_28_x86_64 cp312-manylinux_2_28_x86_64 cp313-manylinux_2_28_x86_64 cp3*-macosx_x86_64 cp3*-macosx_arm64 cp3*-win_amd64"
4343skip = " cp36-* cp37-* cp38-* cp39-* cp310-*"
4444
4545[tool .setuptools .package-data ]
You can’t perform that action at this time.
0 commit comments