mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-14 20:39:37 +00:00
Sync latest Python releases (#15940)
Add Python 3.13.0rc3 (and some comments in .python-version). Co-authored-by: Geoffrey Thomas <geofft@ldpreload.com>
This commit is contained in:
parent
00aa2ab672
commit
974a83b676
3 changed files with 1933 additions and 665 deletions
|
@ -1,3 +1,13 @@
|
|||
# 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
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -2375,8 +2375,8 @@ fn python_install_314() {
|
|||
----- stdout -----
|
||||
|
||||
----- stderr -----
|
||||
Installed Python 3.14.0rc2 in [TIME]
|
||||
+ cpython-3.14.0rc2-[PLATFORM] (python3.14)
|
||||
Installed Python 3.14.0rc3 in [TIME]
|
||||
+ cpython-3.14.0rc3-[PLATFORM] (python3.14)
|
||||
");
|
||||
|
||||
// Install a specific pre-release
|
||||
|
@ -2411,7 +2411,7 @@ fn python_find_314() {
|
|||
success: true
|
||||
exit_code: 0
|
||||
----- stdout -----
|
||||
[TEMP_DIR]/managed/cpython-3.14.0rc2-[PLATFORM]/[INSTALL-BIN]/[PYTHON]
|
||||
[TEMP_DIR]/managed/cpython-3.14.0rc3-[PLATFORM]/[INSTALL-BIN]/[PYTHON]
|
||||
|
||||
----- stderr -----
|
||||
");
|
||||
|
@ -2421,7 +2421,7 @@ fn python_find_314() {
|
|||
success: true
|
||||
exit_code: 0
|
||||
----- stdout -----
|
||||
[TEMP_DIR]/managed/cpython-3.14.0rc2-[PLATFORM]/[INSTALL-BIN]/[PYTHON]
|
||||
[TEMP_DIR]/managed/cpython-3.14.0rc3-[PLATFORM]/[INSTALL-BIN]/[PYTHON]
|
||||
|
||||
----- stderr -----
|
||||
");
|
||||
|
@ -2430,7 +2430,7 @@ fn python_find_314() {
|
|||
success: true
|
||||
exit_code: 0
|
||||
----- stdout -----
|
||||
[TEMP_DIR]/managed/cpython-3.14.0rc2-[PLATFORM]/[INSTALL-BIN]/[PYTHON]
|
||||
[TEMP_DIR]/managed/cpython-3.14.0rc3-[PLATFORM]/[INSTALL-BIN]/[PYTHON]
|
||||
|
||||
----- stderr -----
|
||||
");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue