Skip to content

Platform supportプラットフォームサポート

uv has Tier 1 support for the following platforms:uv は以下のプラットフォームに対して Tier 1 サポートを提供しています:

  • macOS (Apple Silicon)macOS (Apple Silicon)
  • macOS (x86_64)macOS (x86_64)
  • Linux (x86_64)Linux (x86_64)
  • Windows (x86_64)Windows (x86_64)

uv is continuously built, tested, and developed against its Tier 1 platforms. Inspired by the Rust project, Tier 1 can be thought of as "guaranteed to work".uvは、Tier 1プラットフォームに対して継続的にビルド、テスト、開発されています。Rustプロジェクトに触発され、Tier 1は「動作が保証されている」と考えることができます。

uv has Tier 2 support ("guaranteed to build") for the following platforms:uvは以下のプラットフォームに対してTier 2サポートを提供しています (「ビルドが保証されている」):

  • Linux (PPC64)Linux (PPC64)
  • Linux (PPC64LE)Linux (PPC64LE)
  • Linux (RISC-V64)Linux (RISC-V64)
  • Linux (aarch64)Linux (aarch64)
  • Linux (armv7)Linux (armv7)
  • Linux (i686)Linux (i686)
  • Linux (s390x)Linux (s390x)
  • Windows (arm64)Windows (arm64)

uv ships pre-built wheels to PyPI 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.uvは、Tier 1およびTier 2プラットフォーム向けに、PyPIにプリビルドされたホイールを出荷します。しかし、Tier 2プラットフォームは継続的にビルドされていますが、継続的にテストまたは開発されているわけではないため、実際の安定性は異なる場合があります。

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 Rust's own Tier 1 support.Tier 1およびTier 2プラットフォームを超えて、uvはi686 Windowsでビルドされることが知られており、aarch64 Windowsではビルドされないことが知られていますが、現時点ではどちらのプラットフォームもサポート対象とは見なされていません。サポートされる最小のWindowsバージョンは、RustのTier 1サポートに従い、Windows 10およびWindows Server 2016です。

macOS versionsmacOSのバージョン

uv supports macOS 13+ (Ventura).uvはmacOS 13+ (Ventura)をサポートしています。

uv is known to work on macOS 12, but requires installation of a realpath executable.uvはmacOS 12で動作することが知られていますが、realpath実行可能ファイルのインストールが必要です。

Python supportPythonサポート

uv supports and is tested against the following Python versions:uvは以下のPythonバージョンをサポートし、テストしています:

  • 3.8
  • 3.9
  • 3.10
  • 3.11
  • 3.12
  • 3.13
  • 3.14

uv has Tier 1 support for the following Python implementations:uvは以下のPython実装に対してTier 1サポートを提供しています:

  • CPythonCPython

As with platforms, Tier 1 support can be thought of "guaranteed to work". uv supports managed installations of these implementations, and the builds are maintained by Astral.プラットフォームと同様に、Tier 1 サポートは「動作が保証されている」と考えることができます。uv はこれらの実装の管理されたインストールをサポートしており、ビルドは Astral によって維持されています。

uv has Tier 2 support for:uv は次のものに対して Tier 2 サポートを提供しています:

  • PyPyPyPy
  • GraalPyGraalPy

uv is "expected to work" with these implementations. uv also supports managed installations of these Python implementations, but the builds are not maintained by Astral.uv はこれらの実装で「動作することが期待される」とされています。uv はこれらの Python 実装の管理されたインストールもサポートしていますが、ビルドは Astral によって維持されていません。

uv has Tier 3 support for:uv は次のものに対して Tier 3 サポートを提供しています:

  • PystonPyston
  • PyodidePyodide

uv "should work" with these implementations, but stability may vary.uv はこれらの実装で「動作するはずですが」、安定性は異なる場合があります。