Releases: heroku/buildpacks-python
Releases · heroku/buildpacks-python
v0.10.0
heroku/python
Added
- Added support for Ubuntu 24.04 (and thus Heroku-24 /
heroku/builder:24
). (#202)
- Added support for the ARM64 CPU architecture (Ubuntu 24.04 only). (#202)
v0.9.0
heroku/python
Changed
- Updated setuptools from 68.0.0 to 69.5.1. (#200)
- Updated wheel from 0.42.0 to 0.43.0. (#179)
- The buildpack now implements Buildpack API 0.10 instead of 0.9, and so requires
lifecycle
0.17.x or newer. (#197)
- The buildpack's base image compatibility metadata is now declared using
[[targets]]
instead of [[stacks]]
. (#197)
- Changed compression format and S3 URL for Python runtime archives. (#197)
Removed
- Removed support for Python 3.7. (#197)
v0.8.4
heroku/python
Changed
- Updated the default Python version from 3.12.2 to 3.12.3. (#189)
v0.8.3
heroku/python
Changed
- Updated pip from 23.3.2 to 24.0. (#172)
v0.8.2
heroku/python
Changed
- Updated the default Python version from 3.12.1 to 3.12.2. (#167)
v0.8.1
heroku/python
Changed
- Updated pip from 23.3.1 to 23.3.2. (#156)
v0.8.0
heroku/python
Changed
- Updated the default Python version from 3.11.6 to 3.12.1. (#152 and #154)
- Updated wheel from 0.41.3 to 0.42.0. (#150)
v0.7.3
heroku/python
Changed
- Updated wheel from 0.41.2 to 0.41.3. (#137)
v0.7.2
heroku/python
Changed
- Updated pip from 23.2.1 to 23.3.1. (#131)
- Updated wheel from 0.41.0 to 0.41.2. (#100)
- Updated buildpack display name and description. (#135)
v0.7.1
heroku/python
Changed
- Updated the default Python version from 3.11.5 to 3.11.6. (#121)