mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Delete the preview default value of python-preference in the document. (#6301)
## Summary I believe the default for the stable ``uv venv`` in [UV v0.3.0](https://github.com/astral-sh/uv/releases/tag/0.3.0) is managed. ## Test Plan Running a document server locally. 
This commit is contained in:
parent
cd4855326c
commit
63c5e94726
2 changed files with 2 additions and 2 deletions
|
@ -150,7 +150,7 @@ pub struct GlobalOptions {
|
|||
/// Whether to prefer using Python installations that are already present on the system, or
|
||||
/// those that are downloaded and installed by uv.
|
||||
#[option(
|
||||
default = "\"only-system\" (stable) or \"managed\" (preview)",
|
||||
default = "\"managed\"",
|
||||
value_type = "str",
|
||||
example = r#"
|
||||
python-preference = "managed"
|
||||
|
|
|
@ -866,7 +866,7 @@ Whether to allow Python downloads.
|
|||
Whether to prefer using Python installations that are already present on the system, or
|
||||
those that are downloaded and installed by uv.
|
||||
|
||||
**Default value**: `"only-system" (stable) or "managed" (preview)`
|
||||
**Default value**: `"managed"`
|
||||
|
||||
**Possible values**:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue