cibuildwheel icon indicating copy to clipboard operation
cibuildwheel copied to clipboard

🎡 Build Python wheels for all the platforms with minimal configuration.

Results 225 cibuildwheel issues
Sort by recently updated
recently updated
newest added

Update the versions of our dependencies. PR generated by "Update dependencies" [workflow](https://github.com/pypa/cibuildwheel/actions/runs/2834484422).

### Description I produce an open source library [spiceypy](github.com/andrewannex/spiceypy) which is a python ctypes-based wrapper for a pure C library. The C library is distributed as ansi c and header...

### Description The docs at https://cibuildwheel.readthedocs.io/en/stable/options/#prerelease-pythons say: > Once Python is ABI stable and enters the release candidate phase, that version of Python will become available without this flag. Now...

The workflow should be tested in the PR due to #1210. :)

Test errors in Azure are all printing KeyError: 'reason', it seems to be an incompatibility between pytest-azurepipelines and pytest-xdist. I've filed a bug here: https://github.com/Azure/pytest-azurepipelines/issues/71 in the meantime, I'll disable...

### Description This is just a suggestion to do `python -V -V` instead of just `python --version` in https://github.com/pypa/cibuildwheel/blob/35c795e4c6fcb627dc1b07998ee28f3310f9a768/cibuildwheel/windows.py#L190 to be able to display the compiler (e.g. `MSC v.1916`, see...

### Description Hello, I would like to include pre-compiled libraries created by a 3rd party (FMOD) in my python module [UnityPy](https://github.com/K0lb3/UnityPy). These libraries are closed source, publically available for free,...

Resolves #145 Draft for now as Linux arm64 is currently broken and for now further work waits for the resolution of https://github.com/cirruslabs/cirrus-ci-docs/issues/1034 It should probably be possible to spin up...

### Description With: ```yaml cibw_python: [ "cp37-*", "cp38-*", "cp39-*", "cp310-*", "cp311-*"] ``` and ```yaml env: CIBW_PRERELEASE_PYTHONS: True ``` I'm seeing this error: ``` Setting up build environment... + /opt/python/cp38-cp38/bin/python -c...