Require python3.11

This commit is contained in:
Byron Lathi
2024-03-10 16:42:21 -07:00
parent d3914b3a51
commit 142759ff59

View File

@@ -9,7 +9,7 @@ export KICAD7_3DMODEL_DIR=$REPO_TOP/hw/kicad_library/3dmodels
export KICAD7_FOOTPRINT_DIR=$REPO_TOP/hw/kicad_library/footprints
python3 -m venv .user_venv
python3.11 -m venv .user_venv
. .user_venv/bin/activate
if [ -n "$EFX_SETUP" ]; then