Skip to content

Commit 5b8d844

Browse files
Prepare release v2.7.0 (#442)
## heroku/python ### Added - Added support for Python 3.14. ([#439](#439)) ### Changed - The Python 3.13 version alias now resolves to Python 3.13.8. ([#440](#440)) - The Python 3.12 version alias now resolves to Python 3.12.12. ([#441](#441)) - The Python 3.11 version alias now resolves to Python 3.11.14. ([#441](#441)) - The Python 3.10 version alias now resolves to Python 3.10.19. ([#441](#441)) - The Python 3.9 version alias now resolves to Python 3.9.24. ([#441](#441)) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent ed22a5b commit 5b8d844

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+
## [2.7.0] - 2025-10-09
11+
1012
### Added
1113

1214
- Added support for Python 3.14. ([#439](https://github.com/heroku/buildpacks-python/pull/439))
@@ -467,7 +469,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
467469

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

470-
[unreleased]: https://github.com/heroku/buildpacks-python/compare/v2.6.0...HEAD
472+
[unreleased]: https://github.com/heroku/buildpacks-python/compare/v2.7.0...HEAD
473+
[2.7.0]: https://github.com/heroku/buildpacks-python/compare/v2.6.0...v2.7.0
471474
[2.6.0]: https://github.com/heroku/buildpacks-python/compare/v2.5.1...v2.6.0
472475
[2.5.1]: https://github.com/heroku/buildpacks-python/compare/v2.5.0...v2.5.1
473476
[2.5.0]: https://github.com/heroku/buildpacks-python/compare/v2.4.5...v2.5.0

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 = "2.6.0"
5+
version = "2.7.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)