Skip to content

Commit 974a83b

Browse files
Sync latest Python releases (#15940)
Add Python 3.13.0rc3 (and some comments in .python-version). Co-authored-by: Geoffrey Thomas <[email protected]>
1 parent 00aa2ab commit 974a83b

File tree

3 files changed

+1933
-665
lines changed

3 files changed

+1933
-665
lines changed

.python-versions

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# These are versions of Python required for running uv's own test suite. You can add or remove
2+
# versions here as needed for tests; this doesn't impact uv's own functionality. They can be
3+
# installed through any means you like, e.g. `uv python install` if you already have a build of uv,
4+
# `cargo run python install`, or through some other installer.
5+
#
6+
# In uv's CI in GitHub Actions, they are bootstrapped by an existing released version of uv,
7+
# installed by the astral-sh/setup-uv action If you need a newer or different version, you will
8+
# first need to complete a uv release capable of installing that version, get it picked up by
9+
# astral-sh/setup-uv, and update its hash in .github/workflows.
10+
111
3.14.0
212
3.13.2
313
3.12.9

0 commit comments

Comments
 (0)