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