Releases: heroku/buildpacks-python
Releases · heroku/buildpacks-python
v0.24.0
heroku/python
Added
- Added
runtime.txt
support for the python-3.X
major Python version form. (#322)
- Enabled
libcnb
's trace
feature. (#320)
Changed
- The Python 3.13 version alias now resolves to Python 3.13.2. (#326)
- The Python 3.12 version alias now resolves to Python 3.12.9. (#326)
- Deprecated support for the
runtime.txt
file. (#325)
- Improved the error messages shown when the
.python-version
file contents aren't valid. (#325)
v0.23.0
heroku/python
Changed
- Updated Poetry from 1.8.5 to 2.0.1. (#316)
v0.22.0
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
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.0
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
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
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
heroku/python
Added
- Added support for Python 3.13. (#280)
v0.18.1
heroku/python
Changed
- Updated the Python 3.12 version alias to Python 3.12.7. (#276)