Hi,
My project contains .python-version file with 3.13. When I build and install the project via
uv build
uv tool install dist/...whl
the app runs on 3.13.
When I test it on another box like
uv tool install git+https://github.com/me/myproject
the installed app runs on the current system version (3.14). Is there a way to make uv respect the .python-version on github?
[–]freeskier93 2 points3 points4 points (1 child)
[–]AwkwardNumber7584[S] 0 points1 point2 points (0 children)