Support auto-extending a similar dependency requirement with different python_version
marker
#215
Labels
enhancement
New feature or request
GH Workflows
Issue/PR related to the callable workflows
pre-commit hooks
Issue/PR related to pre-commit hooks
priority/low
Low priority issue/PR
It would be cool if the
update_deps
task checks the listed supported Python versions for at package and checks all of them for the given packages. If it then finds that some requirements should be split according to that requirement dropping Python support for a given version, it could split the requirement accordingly, effectively adding 1+ "new" requirement lines to thepyproject.toml
.The text was updated successfully, but these errors were encountered: