Skip to content

uv python install --reinstall does not include pre-release versions #13582

@zanieb

Description

@zanieb

Summary

e.g.,

❯ uv python install 3.14 3.13
Installed 2 versions in 23.89s
 + cpython-3.13.3-macos-aarch64-none
 + cpython-3.14.0a7-macos-aarch64-none
❯ uv python install --no-config --reinstall
Installed Python 3.13.3 in 11.45s
 ~ cpython-3.13.3-macos-aarch64-none

Presumably we're using a Default selector where we should be using Any?

Platform

n/a

Version

0.7.6

Python version

n/a

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions