mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 13:25:00 +00:00
Add virtualenv feature specific to Python 3.14
This commit is contained in:
parent
145fe4e7e3
commit
9e08bb833a
1 changed files with 3 additions and 0 deletions
|
@ -170,6 +170,9 @@ pub(crate) fn create(
|
|||
interpreter.python_minor(),
|
||||
)),
|
||||
)?;
|
||||
if interpreter.python_major() == 3 && interpreter.python_minor() == 14 {
|
||||
uv_fs::replace_symlink("python", scripts.join("𝜋thon"))?;
|
||||
}
|
||||
|
||||
if interpreter.markers().implementation_name() == "pypy" {
|
||||
uv_fs::replace_symlink(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue