- Added support for configuring the Python version using a
.python-version
file. Both the3.N
and3.N.N
version forms are supported (the former is recommended). The existingruntime.txt
file will take precedence if both files are found, however, we recommend switching to.python-version
since it is more commonly supported in the Python ecosystem. (#1664) - Added support for specifying only the Python major version in
runtime.txt
instead of requiring the full Python version (for examplepython-3.N
instead ofpython-3.N.N
). (#1664)