-
Notifications
You must be signed in to change notification settings - Fork 97
Add wheels for Python 3.12 #480
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
Comments
Agreed. Especially since the code is now tested on Python 3.12 Is this something you would be interested in working on David? Should just be a matter of updating |
I don't think anything needs updating, as it builds all wheels by default. On #474 the Python 3.12 wheels are built, so it just requires someone who can upload to PyPI to build the wheels for the last tagged release and upload them. |
The wheel uploads are automatic and we just did a release. What else are we still missing? |
It looks like 0.12.0 was built using cibuildwheel 2.14 (https://github.com/zarr-developers/numcodecs/actions/runs/6435028120/job/17476132676), but cibuildwheel needs to be 2.16.1 to build Python 3.12 wheels (https://github.com/pypa/cibuildwheel/releases/tag/v2.16.2), so the answer seems to be fix/merge this PR: #474 |
Ok if you have time/interest to look into fixing that PR, your assistance would be greatly appreciated 🙂 |
PR ( #474 ) is now merged What else is still needed here? |
Now Python 3.12 is released, it would be good to publish wheels for it.
The text was updated successfully, but these errors were encountered: