* remove special code for Anaconda-on-macos with documentation on how to fix wxPython code to run properly
* adds support for shortcuts to single-line python commands such as `'{sys.executable} -m pip install --upgrade <package_name>'`, by allowing `_` or `{}` at the beginning of a script to mean "use the current Python`. An example is included.
* add support for Python 3.11, drop support for Python 3.7