uv python install --reinstall 3.13

from blog Simon Willison's Weblog, | ↗ original
uv python install --reinstall 3.13 I couldn't figure out how to upgrade the version of Python 3.13 I had previous installed using uv - I had Python 3.13.0.rc2. Thanks to Charlie Marsh I learned the command for upgrading to the latest uv-supported release: uv python install --reinstall 3.13 I can confirm it worked using: uv run --python 3.13...