Prerequisite: Uninstall Python 3.7(and any other older version) before installing Python 3.11, using the control panel to uninstall is fine. But doublecheck with the customer that there is nothing else running on the server that is dependent on an older python version before uninstalling it.
Open a normal cmd prompt (not LIME Pro Command Prompt), run the command
py -3.11 --version
and verify that the command returns version “3.11.X” (X might differ depending on what 3.11 release you have installed). If the command fails, you need to make sure that Python is installed and that it exists in your path.