From fd908aa43969c7f9ede4dc716fbe01d79a2928b6 Mon Sep 17 00:00:00 2001 From: konsti Date: Mon, 29 Sep 2025 17:54:04 +0200 Subject: [PATCH] Windows arm64 and Linux RISC-V64 are Tier 2 supported (#16027) Windows arm64 and Linux RISC-V64 are supported. Windows arm64 is special because you can also use the x86_64 stack, which may even be a better experience. --- docs/reference/policies/platforms.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/reference/policies/platforms.md b/docs/reference/policies/platforms.md index 7e142f2b6..51b0bff59 100644 --- a/docs/reference/policies/platforms.md +++ b/docs/reference/policies/platforms.md @@ -17,10 +17,12 @@ following platforms: - Linux (PPC64) - Linux (PPC64LE) +- Linux (RISC-V64) - Linux (aarch64) - Linux (armv7) - Linux (i686) - Linux (s390x) +- Windows (arm64) uv ships pre-built wheels to [PyPI](https://pypi.org/project/uv/) for its Tier 1 and Tier 2 platforms. However, while Tier 2 platforms are continuously built, they are not continuously tested