mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Add supported macOS version to the platform reference (#13993)
Closes https://github.com/astral-sh/uv/issues/13807
This commit is contained in:
parent
f82909ad68
commit
e067118700
1 changed files with 6 additions and 0 deletions
|
@ -31,6 +31,12 @@ build on aarch64 Windows, but does not consider either platform to be supported
|
|||
minimum supported Windows versions are Windows 10 and Windows Server 2016, following
|
||||
[Rust's own Tier 1 support](https://blog.rust-lang.org/2024/02/26/Windows-7.html).
|
||||
|
||||
## macOS versions
|
||||
|
||||
uv supports macOS 13+ (Ventura).
|
||||
|
||||
uv is known to work on macOS 12, but requires installation of a `realpath` executable.
|
||||
|
||||
## Python support
|
||||
|
||||
uv supports and is tested against the following Python versions:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue