Commit 12728ab
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.51 parent 2206a8b commit 12728ab
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
0 commit comments