diff --git a/ShellB3/shallbethree.sh b/ShellB3/shallbethree.sh
index 1c45e15a4c0223156d403957d734eb62f5f7587e..c1618fb4f3c6ab6797403040127fc3d06200e5a6 100755
--- a/ShellB3/shallbethree.sh
+++ b/ShellB3/shallbethree.sh
@@ -3643,15 +3643,11 @@ mk_apy() {
   else
     if [ "${__PYTHON_VERSION}" == 3 ] ; then
       if isDarwin ; then
-        if isARM ; then
-          mk_py39 "$@"
-        else
-          mk_py38 "$@"
-        fi
+        mk_py39 "$@"
       elif isNotLinux ; then
-        mk_py38 "$@"
+        mk_py39 "$@"
       elif [ $( nativeOpenSSLVersion ) -ge 102 ] ; then
-        mk_py38 "$@"
+        mk_py39 "$@"
       else
         oops "System doesn't support OpenSSL 1.0.2 or newer"
       fi