We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22e56e5 commit be59037Copy full SHA for be59037
README.md
@@ -33,6 +33,12 @@ To [install a specific version of Python](https://docs.astral.sh/uv/guides/insta
33
uv python install 3.13
34
```
35
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
42
## Dependencies
43
44
Dependencies are defined in [`pyproject.toml`](./pyproject.toml) and specific versions are locked
0 commit comments