astral-sh/uv

Add `--all-variants` option to show debug builds in `uv python list`

オープン

#15,983 opened on 2025/09/22

 (6 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (3,111 件のフォーク)batch import
buggood first issue

Repository metrics

Stars
 (84,934 個のスター)
PR merge metrics
 (平均マージ 7d 16h) (30d で 259 merged PRs)

説明

Summary

Truncated result is

$ uv python list --only-downloads
cpython-3.14.0rc3-linux-x86_64-gnu                       <download available>
cpython-3.14.0rc3+freethreaded-linux-x86_64-gnu          <download available>
cpython-3.14.0rc3+freethreaded+debug-linux-x86_64-gnu    <download available>
cpython-3.13.7-linux-x86_64-gnu                          <download available>
cpython-3.13.7+freethreaded-linux-x86_64-gnu             <download available>
cpython-3.13.7+freethreaded+debug-linux-x86_64-gnu       <download available>
... more cpython versions below

But these versions can actually be installed

$ uv python install 3.13+debug
cpython-3.13.7+debug-linux-x86_64-gnu (download) ...

Platform

Linux 6.15.3-100.fc41.x86_64 x86_64 GNU/Linux (Fedora)

Version

uv 0.8.19

Python version

3.12.3

コントリビューターガイド