Releases: heroku/buildpacks-python
Releases · heroku/buildpacks-python
v0.12.1
heroku/python
Changed
- Updated pip from 24.1.1 to 24.1.2. (#225)
- Updated setuptools from 70.1.1 to 70.3.0. (#224)
v0.12.0
heroku/python
Changed
- Updated pip from 24.0 to 24.1.1. (#219)
- Updated setuptools from 70.0.0 to 70.1.1. (#218)
- Buildpack detection now recognises more types of Python-related files. (#215)
v0.11.0
heroku/python
Changed
- Updated the default Python version from 3.12.3 to 3.12.4. (#210)
- Updated setuptools from 69.5.1 to 70.0.0. (#205)
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)