Running pytest against a specific Python version with uv run

By Simon Willison
uv run --python 3.12 pytest
Read here.