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:
Udi Oron
2024-11-06 00:13:58 +02:00
committed by GitHub
parent 26e3511ebd
commit 8963de26a7
+1 -1
View File
@@ -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