Bump patch Python versions for project (#7972)

This commit is contained in:
Zanie Blue 2024-10-07 12:38:12 -05:00 committed by GitHub
parent ceafa476c7
commit a4f64d2be6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 15 additions and 15 deletions

View file

@ -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