File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 6.4.0] - 2026-04-09
11+
1012### Added
1113
1214- Added support for Ubuntu 26.04 (and thus Heroku-26 / ` heroku/builder:26 ` ). ([ #550 ] ( https://github.com/heroku/buildpacks-python/pull/550 ) )
@@ -627,7 +629,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
627629
628630- Initial implementation. ([ #3 ] ( https://github.com/heroku/buildpacks-python/pull/3 ) )
629631
630- [ unreleased ] : https://github.com/heroku/buildpacks-python/compare/v6.3.0...HEAD
632+ [ unreleased ] : https://github.com/heroku/buildpacks-python/compare/v6.4.0...HEAD
633+ [ 6.4.0 ] : https://github.com/heroku/buildpacks-python/compare/v6.3.0...v6.4.0
631634[ 6.3.0 ] : https://github.com/heroku/buildpacks-python/compare/v6.2.0...v6.3.0
632635[ 6.2.0 ] : https://github.com/heroku/buildpacks-python/compare/v6.1.0...v6.2.0
633636[ 6.1.0 ] : https://github.com/heroku/buildpacks-python/compare/v6.0.1...v6.1.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ api = "0.10"
22
33[buildpack ]
44id = " heroku/python"
5- version = " 6.3 .0"
5+ version = " 6.4 .0"
66name = " Heroku Python"
77homepage = " https://github.com/heroku/buildpacks-python"
88description = " Heroku's buildpack for Python applications."
You can’t perform that action at this time.
0 commit comments