Skip to content

Commit

Permalink
feat: upgrade from Python 3.11 to Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
thebaptiste committed Apr 30, 2024
1 parent fc64b1c commit 7a25433
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common_files/mfextaddon_bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ fi

# FIXME: do not hardcode this
# FIXME: move to layer root extra_env ?
echo "export PYTHON3_SHORT_VERSION := 3.11" >>adm/root.mk
echo "export PYTHON3_SHORT_VERSION := 3.12" >>adm/root.mk

echo "BOOTSTRAP DONE !"
echo "MFEXT_HOME=${MFEXT_HOME}"
2 changes: 1 addition & 1 deletion common_files/mfxxx_bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ fi
if test "${HTTP_PROXY:-}" != ""; then
echo "export HTTP_PROXY:=${HTTP_PROXY:-}" >>adm/root.mk
fi
echo "export PYTHON3_SHORT_VERSION := 3.11" >>adm/root.mk
echo "export PYTHON3_SHORT_VERSION := 3.12" >>adm/root.mk

echo "BOOTSTRAP DONE !"
echo "MFEXT_HOME=${MFEXT_HOME}"

0 comments on commit 7a25433

Please sign in to comment.