0.10.12
📦 uvView on GitHub →
✨ 3 features🐛 4 fixes🔧 3 symbols
Summary
This release adds support for Python 3.6 interpreters and PyPy 3.11.15, enhances the version report, and includes several bug fixes related to interpreter detection and dependency management.
✨ New Features
- Included uv's target triple in the version report.
- Allowed comma separated values in the `--no-emit-package` flag.
- Show `uv audit` command in the CLI help output (preview feature).
🐛 Bug Fixes
- Improved reporting of managed interpreter symlinks when running `uv python list`.
- Preserved end-of-line comments on previous entries when removing dependencies.
- Treated abi3 wheel Python version as a lower bound during resolution.
- Correctly detected hard-float support on aarch64 kernels running armv7 userspace.