-
Notifications
You must be signed in to change notification settings - Fork 231
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
Publish cp312 wheel #247
Comments
Can you test with pre-release version 1.16.0rc1. https://pypi.org/project/wrapt/1.16.0rc1/ For changes in 1.16.0 in case anything affects you see: https://github.com/GrahamDumpleton/wrapt/blob/develop/docs/changes.rst |
Thanks! I'm not using wrapt directly myself (it's a transitive dependencies of my application coming in via flask-limiter->limits->deprecated and I simply opened issues for packages where I noticed binary files but no cp312 wheel being available yet). However, it seems to be fine:
|
1.16.0rc1 has been working fine for us microsoft/Qcodes#5408 making CI pass. We would love to see a full release of 1.16.0. Do you have an ETA for when you are planning that? |
Can you retest anything you are able with: and let me know if all is good. |
@GrahamDumpleton I can confirm that everything still looks good for me with 1.16.0rc2 |
Version 1.16.0 has now been released. |
Currently you get the pure-python py3 wheel w/o the C extension when installing on Python 3.12, you have to force
--no-binary
to build from source and get the C extension.Please publish a
cp312
wheel with the C extension built for 3.12The text was updated successfully, but these errors were encountered: