mirror of
https://github.com/astral-sh/uv
synced 2026-01-22 14:00:11 -05:00
There was a regression introduced in #13954 on Windows where creating a venv behaved as if there was a minor version link even if none existed. This PR adds a check to fix this. Closes #14249.
uv-virtualenv
uv-virtualenv is a rust library to create Python virtual environments. It also has a CLI.