Conversation
Contributor
Author
|
Windows failure is unrelated: https://github.com/pypa/pip/actions/runs/24307191409/job/70970409554?pr=13905 It passed on my fork: https://github.com/hugovk/pip/actions/runs/24306974738/job/70969833125#step:5:1 Maybe restart it? |
Member
|
🍏 |
Member
|
I think there's a whole bunch of testing infrastructure around virtualenv that can be removed, but let's not overload this PR, it would be simpler if this was clean drop in support rather than follow up clean up work (I'm not going to block this PR but I think it would be cleaner to even more things like dataclass slots to it's own PR). |
Contributor
Author
|
I've dropped the Let me know if you also want the other commit dropped. |
sbidoul
approved these changes
Apr 12, 2026
notatallshaw
approved these changes
Apr 15, 2026
hugovk
pushed a commit
to hugovk/pip
that referenced
this pull request
Apr 15, 2026
Drop support for EOL Python 3.9
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #13642.
RM for 26.1 @sbidoul is +1 on dropping 3.9: #13642 (comment)
This PR doesn't include Ruff/pyupgrade updates, per #13236.