@@ -9,11 +9,11 @@ uv has Tier 1 support for the following platforms:
99
1010uv is continuously built, tested, and developed against its Tier 1 platforms. Inspired by the Rust
1111project, Tier 1 can be thought of as
12- [ "guaranteed to work"] ( https://doc.rust-lang.org/beta/rustc/platform-support.html ) .
12+ [ "guaranteed to work"] ( https://doc.rust-lang.org/beta/rustc/platform-support.html#tier-1 ) .
1313
1414uv has Tier 2 support
15- ([ "guaranteed to build"] ( https://doc.rust-lang.org/beta/rustc/platform-support.html ) ) for the
16- following platforms:
15+ ([ "guaranteed to build"] ( https://doc.rust-lang.org/beta/rustc/platform-support.html#tier-2-with-host-tools ) )
16+ for the following platforms:
1717
1818- Linux (PPC64LE)
1919- Linux (RISC-V64)
@@ -23,13 +23,24 @@ following platforms:
2323- Linux (s390x)
2424- Windows (arm64)
2525
26- uv ships pre-built wheels to [ PyPI] ( https://pypi.org/project/uv/ ) for its Tier 1 and Tier 2
27- platforms. However, while Tier 2 platforms are continuously built, they are not continuously tested
28- or developed against, and so stability may vary in practice.
26+ uv has Tier 3 support
27+ ([ "best effort"] ( https://doc.rust-lang.org/beta/rustc/platform-support.html#tier-3 ) ) for the
28+ following platforms:
29+
30+ - FreeBSD (x86_64)
31+ - Windows (i686)
32+
33+ uv provides official binaries on GitHub and pre-built wheels on [ PyPI] ( https://pypi.org/project/uv/ )
34+ for its Tier 1 and Tier 2 platforms.
35+
36+ Tier 2 platforms are continuously built, but the uv test suite is not run on them and stability may
37+ vary in practice.
38+
39+ Tier 3 platforms may not be built or tested, but uv will accept patches to fix bugs.
40+
41+ ## Windows versions
2942
30- Beyond the Tier 1 and Tier 2 platforms, uv is known to build on i686 Windows, and known _ not_ to
31- build on aarch64 Windows, but does not consider either platform to be supported at this time. The
32- minimum supported Windows versions are Windows 10 and Windows Server 2016, following
43+ The minimum supported Windows versions are Windows 10 and Windows Server 2016, following
3344[ Rust's own Tier 1 support] ( https://blog.rust-lang.org/2024/02/26/Windows-7.html ) .
3445
3546## macOS versions
0 commit comments