Skip to content

Commit 6aee1ce

Browse files
Prepare release v6.3.0
## heroku/python ### Changed - The Python 3.14 version alias now resolves to Python 3.14.4. ([#548](#548)) - The Python 3.13 version alias now resolves to Python 3.13.13. ([#548](#548)) - The forbidden env vars check now reports all forbidden env vars found rather than only the first. ([#542](#542)) - The forbidden env vars check now checks for known problematic Poetry env vars too. ([#542](#542))
1 parent 017ff3a commit 6aee1ce

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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.3.0] - 2026-04-07
11+
1012
### Changed
1113

1214
- The Python 3.14 version alias now resolves to Python 3.14.4. ([#548](https://github.com/heroku/buildpacks-python/pull/548))
@@ -621,7 +623,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
621623

622624
- Initial implementation. ([#3](https://github.com/heroku/buildpacks-python/pull/3))
623625

624-
[unreleased]: https://github.com/heroku/buildpacks-python/compare/v6.2.0...HEAD
626+
[unreleased]: https://github.com/heroku/buildpacks-python/compare/v6.3.0...HEAD
627+
[6.3.0]: https://github.com/heroku/buildpacks-python/compare/v6.2.0...v6.3.0
625628
[6.2.0]: https://github.com/heroku/buildpacks-python/compare/v6.1.0...v6.2.0
626629
[6.1.0]: https://github.com/heroku/buildpacks-python/compare/v6.0.1...v6.1.0
627630
[6.0.1]: https://github.com/heroku/buildpacks-python/compare/v6.0.0...v6.0.1

buildpack.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/python"
5-
version = "6.2.0"
5+
version = "6.3.0"
66
name = "Heroku Python"
77
homepage = "https://github.com/heroku/buildpacks-python"
88
description = "Heroku's buildpack for Python applications."

0 commit comments

Comments
 (0)