Skip to content

Releases: heroku/heroku-buildpack-python

v261

14 Oct 14:31
99684a6
Compare
Choose a tag to compare
  • Added support for configuring the Python version using a .python-version file. Both the 3.N and 3.N.N version forms are supported (the former is recommended). The existing runtime.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 example python-3.N instead of python-3.N.N). (#1664)

v260

11 Oct 13:22
a2cf258
Compare
Choose a tag to compare
  • Added support for Python 3.13. (#1661)
  • Removed the idle3 and pydoc3 scripts since they do not work with relocated Python and so have been broken for some time. Invoke them via their modules instead (e.g. python -m pydoc). (#1661)