-
Notifications
You must be signed in to change notification settings - Fork 150
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
Update vendored packaging module to include new ABI suffix #585
Comments
Shouldn't there be a packaging release with the fix first? |
That would be my suggestion since that will shake out any bugs rather quickly before you put in the effort to physically copy over any code. |
xref pypa/packaging#755 |
Done in 92921a0 🚀 |
I would've cut a release already, but I noticed that the test workflow had an issue which had masked test failures on Windows, and I'm trying to resolve those now. |
There's a new |
Wheel currently fails to build on free-threaded builds of CPython 3.13 because the fix to add the
t
suffix in the ABI in packaging was only recently merged and doesn't exist on the vendored copy in the wheel project.pypa/packaging#728
Please can you update the version in wheel (example shown below with installing flask)
The text was updated successfully, but these errors were encountered: