mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-30 07:17:26 +00:00
Add support for managed Python 3.13 and update CPython versions (#7263)
Adds support for CPython 3.13.0rc2 Also bumps to the latest patch version of all the other CPython minor versions we support.
This commit is contained in:
parent
0dc1f5db21
commit
0e9870078e
12 changed files with 2989 additions and 70 deletions
|
@ -155,6 +155,10 @@ impl Interpreter {
|
|||
self.python_major(),
|
||||
self.python_minor(),
|
||||
self.python_patch(),
|
||||
self.python_version()
|
||||
.pre()
|
||||
.map(|pre| pre.to_string())
|
||||
.unwrap_or_default(),
|
||||
self.os(),
|
||||
self.arch(),
|
||||
self.libc(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue