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:
The Python version for a Python app can currently be configured using a
runtime.txtfile or for Pipenv users via thePipfile.lockfile.We should support the
.python-versionfile too, since it's more widely used by other tooling in the Python ecosystem.See also: