TIL: Updating Python using uv
How to update your Python version using uv.
About 1 min reading time
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.