mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-03 13:14:41 +00:00
Clearly specify the minimum supported Windows Server version in the document (#7946)
## Summary https://doc.rust-lang.org/1.81.0/rustc/platform-support.html  This is actually part of the change in minimum Windows version requirements in Rust 1.78.0, but subsequent versions of the documentation clearly specify the minimum version of Windows Server. https://github.com/rust-lang/rust/pull/126034 ## Test Plan Run the document server locally. 
This commit is contained in:
parent
561655b51f
commit
101feff7cb
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ or developed against, and so stability may vary in practice.
|
|||
|
||||
Beyond the Tier 1 and Tier 2 platforms, uv is known to build on i686 Windows, and known _not_ to
|
||||
build on aarch64 Windows, but does not consider either platform to be supported at this time. The
|
||||
minimum supported Windows version is Windows 10, following
|
||||
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).
|
||||
|
||||
uv supports and is tested against Python 3.8, 3.9, 3.10, 3.11, and 3.12.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue