You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to drop Python 3.8 (unless someone wants to keep it) shortly after 26.1, so anything that gets pushed off won't be available for 3.8. FYI, cibuildwheel/manylinux plans to drop 3.8 on 2025-05-05 when 3.15b1 is released.
Fix RHS marker-variable version comparisons #1112 / Fix marker version comparison when variable is on the RHS (issue #934) #1126: This improves compliance with the spec, but adds something that hasn't been possible before (reversed marker comparison order), and there's two to pick from, so I think there's no hurry. If uv does this too, there's also the option to match the spec to the implementation. I like the later one better. I think we need to discuss the potential of changing the spec to match the way that the libraries currently implement this instead.
feat: filenames #1113: Looks like this might get updated to handle variants, shouldn't be rushed.
Probably anything else I didn't have something to say about
(Also, while I am a maintainer, this is not an official plan we have agreed on, it's just a proposal from me, other maintainers can propose something different. CC @brettcannon and @notatallshaw, for example. Feel free to edit any text as desired.)
I think we could be ready for a release quite soon.
I'd like to get a release out pretty soon so pip will have plenty of time to adopt 26.1.
Looking at the open PRs, these should go in:
is_unsatisfiableonSpecifierSetusing ranges #1119: I think this good to get in?parse_wheel_filename#1150: This is now opt-in, so I think it's safe to target 26.1.I'd like to drop Python 3.8 (unless someone wants to keep it) shortly after 26.1, so anything that gets pushed off won't be available for 3.8. FYI, cibuildwheel/manylinux plans to drop 3.8 on 2025-05-05 when 3.15b1 is released.
Fine to delay:
And these will not go in:
(Also, while I am a maintainer, this is not an official plan we have agreed on, it's just a proposal from me, other maintainers can propose something different. CC @brettcannon and @notatallshaw, for example. Feel free to edit any text as desired.)
I think we could be ready for a release quite soon.