Skip to content

Move settings to pyproject #10

Move settings to pyproject

Move settings to pyproject #10

Triggered via push November 29, 2024 16:02
Status Failure
Total duration 5m 52s
Artifacts

wheels.yml

on: push
Matrix: build_wheels
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 11 warnings
Build wheels on ubuntu-latest
Command ['sh', '-c', "python -c 'import Box2D; print(Box2D)' && pytest -vv --pyargs Box2D.tests"] failed with code 1.
Build wheels on ubuntu-latest
Process completed with exit code 1.
Build wheels on windows-latest
Command python -c 'import Box2D; print(Box2D)' && pytest -vv --pyargs Box2D.tests failed with code 1.
Build wheels on windows-latest
Process completed with exit code 1.
Build wheels on macos-13
Command ['/bin/sh', '-c', "python -c 'import Box2D; print(Box2D)' && pytest -vv --pyargs Box2D.tests"] failed with code 1.
Build wheels on macos-13
Process completed with exit code 1.
Build wheels on macos-latest
Command ['/bin/sh', '-c', "python -c 'import Box2D; print(Box2D)' && pytest -vv --pyargs Box2D.tests"] failed with code 138.
Build wheels on macos-latest
Process completed with exit code 1.
Build wheels on ubuntu-latest
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
Build wheels on ubuntu-latest
PyPy builds will be disabled by default in version 3. Enabling PyPy builds should be specified by enable
Build wheels on ubuntu-latest
cibuildwheel 3 will require Python 3.11+, please upgrade the Python version used to run cibuildwheel. This does not affect the versions you can target when building wheels. See: https://cibuildwheel.pypa.io/en/stable/#what-does-it-do
Build wheels on windows-latest
PyPy builds will be disabled by default in version 3. Enabling PyPy builds should be specified by enable
Build wheels on windows-latest
cibuildwheel 3 will require Python 3.11+, please upgrade the Python version used to run cibuildwheel. This does not affect the versions you can target when building wheels. See: https://cibuildwheel.pypa.io/en/stable/#what-does-it-do
Build wheels on windows-latest
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
Build wheels on macos-13
PyPy builds will be disabled by default in version 3. Enabling PyPy builds should be specified by enable
Build wheels on macos-13
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
Build wheels on macos-latest
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
Build wheels on macos-latest
PyPy builds will be disabled by default in version 3. Enabling PyPy builds should be specified by enable
Build wheels on macos-latest
While cibuildwheel can build CPython 3.8 universal2/arm64 wheels, we cannot test the arm64 part of them, even when running on an Apple Silicon machine. This is because we use the x86_64 installer of CPython 3.8. See the discussion in https://github.com/pypa/cibuildwheel/pull/1169 for the details. To silence this warning, set `CIBW_TEST_SKIP: "cp38-macosx_*:arm64"`.