mirror of https://github.com/astral-sh/uv
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:
parent
26e3511ebd
commit
8963de26a7
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue