uv Python Upgrade
uv Python Upgrade
May 2, 2026
I heard this on Python Bytes episode 473. See docs.astral.sh.
After running uv self update, you can now run uv python upgrade to update
all uv-installed Python versions to their latest patch releases.
You can also target a specific version, e.g. uv python upgrade 3.12.
Brian said he is considering setting it up as a cron job.