mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-08 09:40:20 +00:00
![github-actions[bot]](/assets/img/avatar_default.png)
Add Python 3.13.0rc3 (and some comments in .python-version). Co-authored-by: Geoffrey Thomas <geofft@ldpreload.com>
24 lines
931 B
Text
24 lines
931 B
Text
# These are versions of Python required for running uv's own test suite. You can add or remove
|
|
# versions here as needed for tests; this doesn't impact uv's own functionality. They can be
|
|
# installed through any means you like, e.g. `uv python install` if you already have a build of uv,
|
|
# `cargo run python install`, or through some other installer.
|
|
#
|
|
# In uv's CI in GitHub Actions, they are bootstrapped by an existing released version of uv,
|
|
# installed by the astral-sh/setup-uv action If you need a newer or different version, you will
|
|
# first need to complete a uv release capable of installing that version, get it picked up by
|
|
# astral-sh/setup-uv, and update its hash in .github/workflows.
|
|
|
|
3.14.0
|
|
3.13.2
|
|
3.12.9
|
|
3.11.11
|
|
3.10.16
|
|
3.9.21
|
|
3.8.20
|
|
# The following are required for packse scenarios
|
|
3.9.20
|
|
3.9.12
|
|
# The following is needed for `==3.13` request tests
|
|
3.13.0
|
|
# A pre-release version required for testing
|
|
3.14.0rc2
|