Skip to content

Commit 12728ab

Browse files
committed
.tool-versions(uv) uv 0.12.3 -> 0.12.5
why: 0.12.5 ships CPython 3.10.21, 3.11.16 and 3.12.14. This repository series-pins 3.10 through 3.14 rather than naming patch levels, so those interpreters are simply what the existing pins now resolve to. 0.12.4 preserves consecutive wildcard Python minor-version exclusions such as `!=3.11.*, !=3.12.*` when rewriting uv.lock, coalesces gaps in the resolver's version ranges, and adds post-quantum TLS key exchange. See also: - https://github.com/astral-sh/uv/releases/tag/0.12.4 - https://github.com/astral-sh/uv/releases/tag/0.12.5
1 parent 2206a8b commit 12728ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
just 1.58.0
2-
uv 0.12.3
2+
uv 0.12.5
33
python 3.14 3.13 3.12 3.11 3.10

0 commit comments

Comments
 (0)