pypy/3.11

This commit is contained in:
Marc Beninca 2025-02-23 18:24:38 +01:00
parent df39453259
commit 87a64f2ec6
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -54,7 +54,7 @@ for version in \
"python3.12" \
"python3.11" \
"python3.10" \
"pypy3.10" \
"pypy3.11" \
; do
export VIRTUAL_ENV="/prj/venv/${version}"
export OLD_PATH="${PATH}"