The bundled .python-version file contains exactly 3.13, so uv run rejects py 3.14 ("No interpreter found for python 3.13") even though the README, manifest, and requires-python = ">=3.13" all document 3.13+.
-> drop the shipped .python-version so requires-python is the driver.
The bundled
.python-versionfile contains exactly3.13, souv runrejects py 3.14 ("No interpreter found for python 3.13") even though the README, manifest, andrequires-python = ">=3.13"all document 3.13+.-> drop the shipped
.python-versionsorequires-pythonis the driver.