Something I wanted to try out required python 3.13, and I'm currently on 3.12 on my dev machine. Time for an upgrade!

`conda update python` just spent a dozen minutes contemplating it's navel, so I killed that.

`uv python install` on the other hand? 4.35 seconds and done.

Comments