We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e70c3e commit 12f3d33Copy full SHA for 12f3d33
1 file changed
build_python_framework_pkgs.zsh
@@ -156,6 +156,9 @@ fi
156
if [[ "${PYTHON_MAJOR_VERSION}" == "3.13" ]]; then
157
/bin/ln -s "$PYTHON_BIN_NEW" "$TOOLSDIR/$TYPE/payload/usr/local/bin/managed_python3"
158
fi
159
+if [[ "${PYTHON_MAJOR_VERSION}" == "3.14" ]]; then
160
+ /bin/ln -s "$PYTHON_BIN_NEW" "$TOOLSDIR/$TYPE/payload/usr/local/bin/managed_python3"
161
+fi
162
163
SB_RESULT="$?"
164
if [ "${SB_RESULT}" != "0" ]; then
0 commit comments