docs: fix uv python install docs to use an exisigin pypy version (#8845)
The current docs call to install pypy@3.12 that does not exist yet. Change it to install pypy@3.10
This commit is contained in:
@@ -63,7 +63,7 @@ $ uv python install 3.11 3.12
|
||||
To install an alternative Python implementation, e.g. PyPy:
|
||||
|
||||
```console
|
||||
$ uv python install pypy@3.12
|
||||
$ uv python install pypy@3.10
|
||||
```
|
||||
|
||||
See the [`python install`](../concepts/python-versions.md#installing-a-python-version) documentation
|
||||
|
||||
Reference in New Issue
Block a user