uv/scripts/workspaces/albatross-root-workspace
Charlie Marsh 7efed62798
Add a dedicated error for members with mismatched Python requirements (#5695)
## Summary

Gives you a nice error message if you attempt to sync with, e.g., `-p
3.8` when that version is supported by at least one workspace member,
but your project's minimum requirement is `>=3.12`

Closes https://github.com/astral-sh/uv/issues/5662.
2024-08-01 21:37:13 +00:00
..
packages Add a dedicated error for members with mismatched Python requirements (#5695) 2024-08-01 21:37:13 +00:00
src/albatross Discover workspaces without using them in resolution (#3585) 2024-05-21 17:17:26 +00:00
check_installed_albatross.py Discover workspaces without using them in resolution (#3585) 2024-05-21 17:17:26 +00:00
pyproject.toml Default to current Python minor if `Requires-Python` is absent (#4070) 2024-06-05 20:45:50 +00:00