#makefile

[ follow ]
fromhttps://daniel.feldroy.com
5 days ago

uv run for running tests on versions of Python

The uv library is not just useful for dependency management, it also comes with a run subcommand that allows for specific Python versions and setting of dependencies within that run.
Python
[ Load more ]