Drop python 310#1220
Merged
ryneeverett merged 4 commits intoJun 25, 2026
Merged
Conversation
Collaborator
|
I'm all for the cooldown, I only wish it were standardized across tooling so pip could do the same. |
Collaborator
Author
Collaborator
|
Maybe we should add that flag to the pip CI test and documentation for consistency? It seems preferable that dependency breakages hit all workflows at the same time. |
This is considered a good practice against dependency attacks.
ryneeverett
approved these changes
Jun 25, 2026
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Also upgrade ty to latest version (0.49)
About
exclude-newer: There are more and more attacks targeting package dependencies, it's now consider a good practice to add a cooldown to reduce the risk. it supports friendly timedeltas (e.g. "3 days") since 0.9.17, released 2025-12-09. It wouldn't work with older uv versions. Is that acceptable to you, or should I drop the commit for now ?