skip to content
dz
simonwillison.net ↗

TIL: Updating Python using uv

How to update your Python version using uv.

Another link to Simon Willison's blog: As you may already know, I've been experimenting with Python more frequently and even discovered uv along the way. Naturally, I need to update my Python installation from time to time, and Simon has written a guide on how to do this.

uv python install 3.13.X

Be sure to read the caveat from Zanie Blue on Simon's pull request documenting this as well.