diff --git a/crates/uv-pep440/src/version_ranges.rs b/crates/uv-pep440/src/version_ranges.rs index 526dce967..392982820 100644 --- a/crates/uv-pep440/src/version_ranges.rs +++ b/crates/uv-pep440/src/version_ranges.rs @@ -123,7 +123,7 @@ impl From for Ranges { /// /// These semantics are used for testing Python compatibility (e.g., `requires-python` against /// the user's installed Python version). In that context, it's more intuitive that `3.13.0b0` -/// is allowed for projects that declare `requires-python = ">3.13"`. +/// is allowed for projects that declare `requires-python = ">=3.13"`. /// /// See: pub fn release_specifiers_to_ranges(specifiers: VersionSpecifiers) -> Ranges {