The Python version for a Python app can currently be configured using a runtime.txt file or for Pipenv users via the Pipfile.lock file.
We should support the .python-version file too, since it's more widely used by other tooling in the Python ecosystem.
See also: