Skip to content

Releases: heroku/buildpacks-python

v0.21.0

18 Dec 12:00
d870560
Compare
Choose a tag to compare

heroku/python

Changed

  • The build now fails early if known problematic Python and pip-related env vars have been set by the user or earlier buildpacks. (#308)
  • The PIP_PYTHON env var is now only set at build time. (#307)

Removed

  • Stopped setting the LANG env var. (#306)
  • Stopped setting the PYTHONHOME env var. (#309)

v0.20.1

13 Dec 21:55
e626723
Compare
Choose a tag to compare

heroku/python

Fixed

v0.20.0

10 Dec 10:14
97411ec
Compare
Choose a tag to compare

heroku/python

Changed

  • Updated the default Python version from 3.12 to 3.13. (#299)
  • Updated Poetry from 1.8.4 to 1.8.5. (#300)

v0.19.2

04 Dec 16:14
59d93ae
Compare
Choose a tag to compare

heroku/python

Changed

  • The Python 3.13 version alias now resolves to Python 3.13.1. (#297)
  • The Python 3.12 version alias now resolves to Python 3.12.8. (#297)
  • The Python 3.11 version alias now resolves to Python 3.11.11. (#297)
  • The Python 3.10 version alias now resolves to Python 3.10.16. (#297)
  • The Python 3.9 version alias now resolves to Python 3.9.21. (#297)

v0.19.1

04 Nov 10:53
38f5851
Compare
Choose a tag to compare

heroku/python

Changed

  • Updated pip from 24.2 to 24.3.1. (#285)
  • Updated Poetry from 1.8.3 to 1.8.4. (#286)

v0.19.0

10 Oct 20:22
ee25c70
Compare
Choose a tag to compare

heroku/python

Added

  • Added support for Python 3.13. (#280)

v0.18.1

01 Oct 08:53
4f1ff92
Compare
Choose a tag to compare

heroku/python

Changed

  • Updated the Python 3.12 version alias to Python 3.12.7. (#276)

v0.18.0

17 Sep 09:33
288f822
Compare
Choose a tag to compare

heroku/python

Added

  • The Python version can now be configured using a .python-version file. Both the 3.X and 3.X.Y version forms are supported. (#272)

Changed

  • pip is now only available during the build, and is no longer included in the final app image. (#264)
  • Improved the error messages shown when an end-of-life or unknown Python version is requested. (#272)

v0.17.1

07 Sep 19:58
d8fa779
Compare
Choose a tag to compare

heroku/python

Changed

  • Updated the default Python version from 3.12.5 to 3.12.6. (#266)

v0.17.0

04 Sep 08:51
0296f71
Compare
Choose a tag to compare

heroku/python

Added

  • Added initial support for the Poetry package manager. (#261)