Skip to content

Commit 101feff

Browse files
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 ![image](https://github.com/user-attachments/assets/f3921374-5f49-4f89-99d8-4808d94b4647) 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. rust-lang/rust#126034 ## Test Plan Run the document server locally. ![image](https://github.com/user-attachments/assets/94f6bbd0-7aa6-4a47-aee2-d6f9ee35d5e5)
1 parent 561655b commit 101feff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/platforms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ or developed against, and so stability may vary in practice.
2828

2929
Beyond the Tier 1 and Tier 2 platforms, uv is known to build on i686 Windows, and known _not_ to
3030
build on aarch64 Windows, but does not consider either platform to be supported at this time. The
31-
minimum supported Windows version is Windows 10, following
31+
minimum supported Windows versions are Windows 10 and Windows Server 2016, following
3232
[Rust's own Tier 1 support](https://blog.rust-lang.org/2024/02/26/Windows-7.html).
3333

3434
uv supports and is tested against Python 3.8, 3.9, 3.10, 3.11, and 3.12.

0 commit comments

Comments
 (0)