Change8

0.7.6

📦 uvView on GitHub →
6 features🐛 1 fixes

Summary

uv 0.7.6 adds Python 3.14 support (including musl and free‑threaded builds) and statically links libpython on Linux, while improving VIRTUAL_ENV_PROMPT handling and bumping the Rust MSRV to 1.85.

✨ New Features

  • Add Python 3.14 on musl
  • Add free-threaded Python on musl
  • Add Python 3.14.0a7
  • Statically link libpython into the interpreter on Linux for a significant performance boost
  • Improve compatibility of VIRTUAL_ENV_PROMPT value
  • Bump Rust minimum supported version (MSRV) to 1.85 and set edition to 2024

🐛 Bug Fixes

  • Respect default extras in `uv remove`