ExaBGP 5.0.0+: Python 3.8 or later (3.9+ recommended, 3.13 tested) ExaBGP 4.x: Python 3.6 or later (also supports Python 2.7, deprecated) ⚠️ Python 2 completely removed in ExaBGP 5.0.0 For development ...
In GitHub actions, I install uv with pip and then run command: uv pip install wheel --python 3.9. Before the 0.2.0 release, this used to work fine and uv did discover Python. Now after 0.2.0 release, ...