Don't create forks the are disjoint with requires-python #5818
Labels
performance
Potential performance improvement
preview
Experimental behavior
resolver
Related to the package resolver
Usually, we only consider the lower bound of requires-python in the resolver. For when forking, it doesn't make sense to consider forks above the upper bound, e.g. with
==3.11.*
, a forkpython_version >= '3.13'
doesn't make sense.pyproject.toml
:Head of
uv.lock
:The text was updated successfully, but these errors were encountered: