Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add free-threaded CI build #1322

Open
effigies opened this issue May 15, 2024 · 1 comment
Open

Add free-threaded CI build #1322

effigies opened this issue May 15, 2024 · 1 comment

Comments

@effigies
Copy link
Member

Python 3.13 will have experimental support for free-threading (Python with the GIL disabled). There are Python builds out there that we can use: https://dev.to/hugovk/help-us-test-free-threaded-python-without-the-gil-1hgf

First step will be to check on the status of numpy support (numpy/numpy#26157) and make sure we know the minimum version/date we can work from. Then we'll need to either fetch nightly wheels or ensure that the CI job can build numpy from scratch.

After a first pass build is working, we can start adding optional dependencies, when they are confirmed to work with free-threading.

@ngoldbaum
Copy link

Numpy has nightlies up on linux now, FWIW.

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

No branches or pull requests

2 participants