script: pythonis returning an indeterminant Python depending on the OS even when I install Python 3.8.0 on Linux, macOS, and Windows. Could the script run in the installed Python instead of the system Python? Or could we please have script: python3 or some other technique to provide consistancy across OSes? Currently it is {Linux: Python 2.7.15+, macOS: Python 2.7.16, Windows: Python 3.6.8}. There are 56 days until Python 2 end of life.
This may depend on your OS. In ‘ubuntu-latest’ python3.6 is the latest installation.
Maybe just using the generic python3 could do the trick rather than specifying a particular version.