From dbac9fbcd14bf5c303f607b5f79a295c61984f56 Mon Sep 17 00:00:00 2001 From: FishAlchemist <48265002+FishAlchemist@users.noreply.github.com> Date: Sun, 6 Oct 2024 14:15:59 +0800 Subject: [PATCH] Clearly specify the minimum supported Windows Server version in the document. --- docs/reference/platforms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/platforms.md b/docs/reference/platforms.md index 952c75c2ef1a..f392150479d2 100644 --- a/docs/reference/platforms.md +++ b/docs/reference/platforms.md @@ -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.