Skip to content

Commit be59037

Browse files
committed
Add instructions for upgrading a specific Python version
1 parent 22e56e5 commit be59037

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ 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:
37+
38+
```shell
39+
uv python install --reinstall 3.13
40+
```
41+
3642
## Dependencies
3743

3844
Dependencies are defined in [`pyproject.toml`](./pyproject.toml) and specific versions are locked

0 commit comments

Comments
 (0)