Document Windows 10 requirement (#4210)

## Summary

Closes https://github.com/astral-sh/uv/issues/4207.
This commit is contained in:
Charlie Marsh 2024-06-10 11:50:21 -07:00 committed by GitHub
parent 06a0fc65d4
commit c91fed550d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -529,6 +529,7 @@ tested 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_ 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. 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 [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. uv supports and is tested against Python 3.8, 3.9, 3.10, 3.11, and 3.12.