11,10
This commit is contained in:
parent
f7de33f0e4
commit
8f3f727ad3
1 changed files with 3 additions and 1 deletions
4
re.sh
4
re.sh
|
@ -110,7 +110,9 @@ pip_install "uv"
|
|||
list_venv "${os}"
|
||||
|
||||
set \
|
||||
"3.12"
|
||||
"3.12" \
|
||||
"3.11" \
|
||||
"3.10"
|
||||
|
||||
for version in "${@}"; do
|
||||
py="${root}/${version}"
|
||||
|
|
Loading…
Reference in a new issue