Dependencies not installed for python <= 3.11
after changing requires-python
#7618
Labels
bug
Something isn't working
python <= 3.11
after changing requires-python
#7618
This came up originally in the discord, but here's an MRE for this issue.
Running
uv sync
anduv tree
gives the expected results here.But if I change the
requires-python >= 3.10
,uv sync
doesn't install any of the dependencies for python <= 3.11.This gets fixed by deleting the lock file and re-locking, so I'm assuming it's a bug there.
The text was updated successfully, but these errors were encountered: