Skip to content

Commit 0fc1fbd

Browse files
authored
Document uv python upgrade (#336)
1 parent 730d1e4 commit 0fc1fbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ To [install a specific version of Python](https://docs.astral.sh/uv/guides/insta
3333
uv python install 3.13
3434
```
3535

36-
To upgrade a specific version of Python to the latest patch release:
36+
To upgrade all uv-managed Python versions to their latest patch releases:
3737

3838
```shell
39-
uv python install --reinstall 3.13
39+
uv python upgrade
4040
```
4141

4242
## Dependencies

0 commit comments

Comments
 (0)