You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uv is new-ish Python tooling that replaces pip, pip-tools, pyenv and virtualenv.
We may want to switch our tooling to use uv, because it could help simplify our developer setup. uv is a standalone binary compiled for Windows, macOS and Linux, and provides a way to install a specific Python version.
Before switching this template over to use uv, it's probably worthwhile trying out a switch on one or two projects first, before deciding on moving all active projects and this template to uv.
The text was updated successfully, but these errors were encountered:
uv
is new-ish Python tooling that replacespip
,pip-tools
,pyenv
andvirtualenv
.We may want to switch our tooling to use
uv
, because it could help simplify our developer setup.uv
is a standalone binary compiled for Windows, macOS and Linux, and provides a way to install a specific Python version.A current blocker is the lack of Dependabot support.
Before switching this template over to use
uv
, it's probably worthwhile trying out a switch on one or two projects first, before deciding on moving all active projects and this template touv
.The text was updated successfully, but these errors were encountered: