mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-28 02:40:11 +00:00
Use an enum for free-threaded Python requests (#7871)
Follow-up to #7431 improving readability
This commit is contained in:
parent
64c74ac552
commit
891c91dd3a
10 changed files with 150 additions and 97 deletions
|
|
@ -3,7 +3,7 @@ use thiserror::Error;
|
|||
|
||||
pub use crate::discovery::{
|
||||
find_python_installations, EnvironmentPreference, Error as DiscoveryError, PythonDownloads,
|
||||
PythonNotFound, PythonPreference, PythonRequest, PythonSource, VersionRequest,
|
||||
PythonNotFound, PythonPreference, PythonRequest, PythonSource, PythonVariant, VersionRequest,
|
||||
};
|
||||
pub use crate::environment::{InvalidEnvironment, InvalidEnvironmentKind, PythonEnvironment};
|
||||
pub use crate::implementation::ImplementationName;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue