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 Python 3.13t (free-threaded) builds #157

Merged
merged 5 commits into from
Nov 18, 2024

Conversation

effigies
Copy link
Contributor

The Cython alpha release hit PyPI a couple days ago. You may prefer to wait until there's a stable build, but in case you're interested, the tests pass locally in the x86_64 linux build.

If you're up for this, would you also want a full test suite in main.yaml/pull_request.yaml? We could install a free-threaded build with conda, deadsnakes or uv.

@pauldmccarthy
Copy link
Owner

Hi @effigies, thanks - I'm inclined to not bother adding a full test suite at this point in time, but could do in the future if there appears to be a need for it.

The IndexedGzipFile class protects against concurrent access, so there aren't any performance gains to be made by using the free-threading build, but there may be possible future enhancements (although it may make more sense to look at rapidgzip).

I'll merge this in, and will get a new release out this week.

@pauldmccarthy pauldmccarthy merged commit 60f38a9 into pauldmccarthy:main Nov 18, 2024
30 checks passed
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