uv lock
fails if the default python version doesn't match project python version
#4131
Labels
preview
Experimental behavior
I have an environment where
python
is 3.12 and a project withrequires-python = "==3.11.*"
. This makesuv lock
fail:The better behavior would be
uv lock
finding the python 3.11 that i have in path.The text was updated successfully, but these errors were encountered: