-
Notifications
You must be signed in to change notification settings - Fork 249
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
Release 24.0 #755
Comments
It would also be great to have the riscv64 commit included in an official release as well. |
The topic of a |
@pradyunsg if you want help w/ this I am still hopefully around until mid-March, but starting Feb 28 the baby can officially show up any day. |
It'd be great if we could cut a new packaging release soon. It's a blocker for getting pip to work with the free-threaded builds. |
I was just about to post about this :) We'll need a pip's July release (24.2) is a bit too late: the final 3.13 beta is 2024-07-16 and first release candidate is 2024-07-30. And it'd be good to keep some buffer in case of updates needed in pip 24.2 (or vendored dependencies). Please let us know if there's anything we can help with! |
I've only been loosely following along, but isn't the issue pip has not vendored a new version of packaging? If that's the case then a release won't help until that vendoring happens. There is an open PR since September last year, but is still missing work for it not to just break pip on many common installs. On that note, I feel pip maintainers should be aware, comparing to uv, they are supporting a subset of legacy version and specifier patterns, presumably the ones they most commonly see. Even then I've seen several issues reported to them of users complaining non-compliant versions and specifiers not working, even though pip is throwing a warning for the same packages. |
#728 needs a release, to add support for the AssertionError: would build wheel with unsupported tag ('cp313', 'cp313t', 'linux_x86_64') Then that needs vendoring in a pip release. packaging will also need to be vendored in a wheel release: pypa/wheel#585 |
I'll make time for doing this in this week. :) |
Please cut a new release so that downstream projects can leverage the new PEP 703 compatibility (no-gil, free-threaded).
xref: pypa/pip#11715 (comment) / pypa/pip#12300
The text was updated successfully, but these errors were encountered: