Skip to content

Releases: heroku/buildpacks-python

v0.23.0

13 Jan 18:32
53233b4
Compare
Choose a tag to compare

heroku/python

Changed

  • Updated Poetry from 1.8.5 to 2.0.1. (#316)

v0.22.0

08 Jan 19:20
1b93f68
Compare
Choose a tag to compare

heroku/python

Removed

  • Removed support for Python 3.8. (#313)

Changed

  • Deprecated support for Python 3.9. (#314)
  • Buildpack detection now recognises more Python-related file and directory names. (#312)
  • Improved the error messages shown for EOL or unrecognised major Python versions. (#313)

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)