Support range/range constraints filtering #8476
Labels
datasource:pypi
priority-3-medium
Default priority, "should be done" but isn't prioritised ahead of others
status:requirements
Full requirements are not yet known, so implementation should not be started
type:feature
Feature (new functionality)
What would you like Renovate to be able to do?
Support the scenario where both the repo and datasource have a compatibility range. e.g. the repo has python
>=3.7
and the package has>=3.6
.Did you already have any implementation ideas?
You could try doing it algebraically, or practically.
Algebraic seems hard.
If it were practical, you'd use an actual datasource to identify all the possible versions (e.g. of python) and then compute matching values for both ranges before checking that the second range is a subset of the first.
The text was updated successfully, but these errors were encountered: