astral-sh
uv
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Run `uv-dev` tests (#11618) In #6827, we switched the uv-dev binary to not being built by default. As an unintended side effect, we were also stopping to run the tests that ensured the schema was up-to-date. To fix this, we split uv-dev into an unconditional library, with only the binary being a conditional build. This way, `cargo test` and `cargo nextest` pick those tests up again. An alternative would be running tests with the `dev` feature, with the side effect of always building the uv-dev binary, too.
main
4 hours ago
Include uppercase platforms for Windows wheels (#11681) ## Summary It turns out these are uppercased for Windows. Closes https://github.com/astral-sh/uv/issues/11664.
main
4 hours ago
Include uppercase platforms for Windows wheels
charlie/include
4 hours ago
Reuse refined interpreter to create tool environment (#11680) ## Summary As-is, we used the refined interpreter to _resolve_, but we then created the tool environment with the "old" interpreter. So we risked running (e.g.) code that requires Python 3.12 in a Python 3.10 environment. We need to propagate the updated interpreter. This is fairly hard to test, because it requires an environment in which we're able to download new interpreters. Closes https://github.com/astral-sh/uv/issues/11678#issuecomment-2672659074.
main
5 hours ago
Reuse refined interpreter to create tool environment
charlie/use
5 hours ago
Display path separators as backslashes on Windows (#11667) Currently, `uv tool list --show-paths` will show backslashes as path separators for packages but not entrypoints. This PR changes this to be consistent. Closes #10426.
main
5 hours ago
Use custom filters for windows test
jtfm/windows-path-separators
6 hours ago
..
jtfm/windows-path-separators
6 hours ago
Active Branches
Run CI
last run
11 hours ago
#11670
CodSpeed Performance Gauge
+2%
fix: Multiple .env files in UV_ENV_FILE
last run
13 hours ago
#11665
CodSpeed Performance Gauge
0%
Update Windows trampolines for compatibility with Python 3.7 and earlier
last run
16 hours ago
#8649
CodSpeed Performance Gauge
0%
© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs