Change8

0.11.19

📦 uvView on GitHub →
6 features🐛 2 fixes

Summary

This release introduces support for CPython 3.15.0b2 and adds the PyEmscripten platform. It also includes several enhancements to distribution handling and bug fixes for installation processes.

✨ New Features

  • Added support for CPython 3.15.0b2.
  • SHA256 is now always computed for remote distributions.
  • Added support for the PyEmscripten platform (PEP 783).
  • Added Pyodide 2025 target triple support.
  • Preview features for commands now have names that are not ambiguous with the command itself.
  • The `--isolated` flag is now respected in `uv check`.

🐛 Bug Fixes

  • Tool uninstallation now continues after encountering dangling receipts.
  • Skipped Unix-specific installation steps when cross-installing Windows Python distributions.