Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ To [install a specific version of Python](https://docs.astral.sh/uv/guides/insta
uv python install 3.13
```

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

```shell
uv python install --reinstall 3.13
uv python upgrade
```

## Dependencies
Expand Down