mirror of
https://github.com/astral-sh/uv.git
synced 2025-09-26 12:09:12 +00:00
Bump patch Python versions for project (#7972)
This commit is contained in:
parent
ceafa476c7
commit
a4f64d2be6
4 changed files with 15 additions and 15 deletions
|
@ -246,13 +246,13 @@ print(".".join(map(str, sys.version_info[:3])))
|
|||
```console
|
||||
$ # Use the default Python version, may differ on your machine
|
||||
$ uv run example.py
|
||||
3.12.1
|
||||
3.12.6
|
||||
```
|
||||
|
||||
```console
|
||||
$ # Use a specific Python version
|
||||
$ uv run --python 3.10 example.py
|
||||
3.10.13
|
||||
3.10.15
|
||||
```
|
||||
|
||||
See the [Python version request](../concepts/python-versions.md#requesting-a-version) documentation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue