We currently support pinning a global Python version via uv python pin 3.12 --global. But uv tool operations do not use this global pin. They should also respect the global pin (when a local Python ...
router_simple.py - pure python global routing. Less than 200 lines of code. Single thread and very slow. Made for educational purposes to present basic working algorithm. Deterministic solution.