From 3ece35d771dc3eb9da3921ba3cece7bdc4489309 Mon Sep 17 00:00:00 2001 From: johnthagen Date: Fri, 6 Feb 2026 08:06:05 -0500 Subject: [PATCH] Document `uv python upgrade` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2907e66a..c506b045 100644 --- a/README.md +++ b/README.md @@ -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