Release Notes
Python
- 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
See the
python-build-standalone
release notes
for more details.
Enhancements
- Improve compatibility of
VIRTUAL_ENV_PROMPT
value (#13501) - Bump MSRV to 1.85 and Edition 2024 (#13516)
Bug fixes
- Respect default extras in uv remove (#13380)
Documentation
- Fix PowerShell code blocks (#13511)
Install uv 0.7.6
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.7.6/uv-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/uv/releases/download/0.7.6/uv-installer.ps1 | iex"