Skip to content

Conversation

@mstarecek
Copy link

Using newer version of cibuildwheel will generate wheels also for Python3.14
This should also solve issue #28

I've performed basic tests on Windows. Could maintainers pls run Linux and Mac?

@woodrowbarlow
Copy link

woodrowbarlow commented Feb 2, 2026

it would also be lovely if this package could be built for 3.13t and 3.14t (the free-threaded builds).

i've tried locally, and they seem to build fine.

uv venv --python 3.13t
source ./venv/bin/activate
pip install .

for cibuildwheel, it looks like this would require setting the "enable" flag to "cpython-freethreading":

https://cibuildwheel.pypa.io/en/stable/options/#enable

- name: Build wheels
  uses: pypa/[email protected]
  with:
    enable: cpython-freethreading

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants