Dependency Support Policy
Version updated for https://github.com/isaac-cf-wong/dependency-support-policy-action to version v0.2.0.
- This action is used across all versions by 0 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action and CLI tool manage rolling minimum-supported versions for Python projects. It evaluates the Scientific Python SPEC 0 support policy against package release history to raise dependency lower bounds and the requires-python floor accordingly, while preserving existing constraints and comments in pyproject.toml. The action supports both standalone use and integration into workflows, making it a valuable tool for maintaining project dependencies.
What’s Changed
0.2.0 - 2026-07-13
🚀 Features
- Expose the CLI as a pre-commit hook (#24) - (67c09f6)
⚙️ Miscellaneous Tasks
- (deps) Update dependency mypy to >=2.3.0 (#25) - (450e0f1)
- Serialize support floor update runs (#23) - (75cff0c)
Contributing: Contributions are welcome! See the Contributing Guide.
Questions? Open an issue on GitHub.