mirror of https://github.com/astral-sh/uv
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.
This commit is contained in:
parent
ddb826cfaa
commit
fd908aa439
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue