Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions docs/reference/policies/platforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,21 @@ 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
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 versions are Windows 10 and Windows Server 2016, following
Beyond the Tier 1 and Tier 2 platforms, uv is known to build on i686 Windows, but does not consider
it to be supported at this time. Windows arm64 has transparent x86_64 emulation, x64_64 uv as well
Copy link
Copy Markdown
Member Author

@konstin konstin Sep 25, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not as well known as e.g. rosetta 2, so I added a sentence. I don't know how much mix and match you can do here.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you mean to say "This isn't as well known as ..."?

I'm not sure if we should talk about this here though. It seems out of place? I think it makes more sense in the Python version discussion?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What location do you mean?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Like maybe in https://docs.astral.sh/uv/concepts/python-versions/ ? I'm not sure where would be best. It feels out of place here to talk about Python package support though.

as x86_64 Python with x86_64 packages can also be used. The 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).

## macOS versions
Expand Down
Loading