mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-05 05:55:11 +00:00
Stylize Requires-Python consistently (#5304)
This commit is contained in:
parent
07d038b90c
commit
3e067766de
8 changed files with 17 additions and 17 deletions
|
|
@ -29,7 +29,7 @@ pub struct RequiresPython {
|
|||
/// The supported Python versions as provides by the user, usually through the `requires-python`
|
||||
/// field in `pyproject.toml`.
|
||||
///
|
||||
/// For a workspace, it's the union of all `requires-python` fields in the workspace. If no
|
||||
/// For a workspace, it's the union of all `requires-python` values in the workspace. If no
|
||||
/// bound was provided by the user, it's greater equal the current Python version.
|
||||
specifiers: VersionSpecifiers,
|
||||
/// The lower bound from the `specifiers` field, i.e. greater or greater equal the lowest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue