Skip to content

Commit 2b755e2

Browse files
committed
venv to 3.10
1 parent 4f033fe commit 2b755e2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ info: info-api info-envs info-tools info-pip ## all infos
5050

5151

5252
.venv: .check-uv-installed
53-
@uv venv $@
53+
@uv venv \
54+
--python 3.10 \
55+
$@
5456
## upgrading tools to latest version in $(shell python3 --version)
5557
@uv pip --quiet install --upgrade \
5658
pip~=24.0 \

0 commit comments

Comments
 (0)