Skip to content

Commit d45acae

Browse files
authored
Fix typo in resolver internal docs (#16232)
1 parent d5dd43a commit d45acae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/reference/internals/resolver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ published.
194194
Ignoring an upper bound is a problem for packages such as numpy which use the version-dependent C
195195
API of CPython. As of writing, each numpy release support 4 Python minor versions, e.g., numpy 2.0.0
196196
has wheels for CPython 3.9 through 3.12 and declares `requires-python = ">=3.9"`, while numpy 2.1.0
197-
has wheels for CPython 3.10 through 3.13 and declares `requires-python = ">=3.10"`. The means that
197+
has wheels for CPython 3.10 through 3.13 and declares `requires-python = ">=3.10"`. This means that
198198
when uv resolves a `numpy>=2,<3` requirement in a project with `requires-python = ">=3.9"`, it
199199
selects numpy 2.0.0 and the lockfile doesn't install on Python 3.13 or newer. To alleviate this,
200200
whenever uv rejects a version that requires a newer Python version, we fork by splitting the

0 commit comments

Comments
 (0)