Skip to content

Commit a2cf258

Browse files
Prepare release v260 (#1662)
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent dd4d759 commit a2cf258

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## [Unreleased]
44

5+
6+
## [v260] - 2024-10-10
7+
58
- Added support for Python 3.13. ([#1661](https://github.com/heroku/heroku-buildpack-python/pull/1661))
69
- Removed the `idle3` and `pydoc3` scripts since they do not work with relocated Python and so have been broken for some time. Invoke them via their modules instead (e.g. `python -m pydoc`). ([#1661](https://github.com/heroku/heroku-buildpack-python/pull/1661))
710

@@ -1060,7 +1063,8 @@ Default Python is now latest 2.7.10. Updated pip and Distribute.
10601063
- Setuptools updated to v16.0
10611064
- pip updated to v7.0.1
10621065

1063-
[unreleased]: https://github.com/heroku/heroku-buildpack-python/compare/v259...main
1066+
[unreleased]: https://github.com/heroku/heroku-buildpack-python/compare/v260...main
1067+
[v260]: https://github.com/heroku/heroku-buildpack-python/compare/v259...v260
10641068
[v259]: https://github.com/heroku/heroku-buildpack-python/compare/v258...v259
10651069
[v258]: https://github.com/heroku/heroku-buildpack-python/compare/v257...v258
10661070
[v257]: https://github.com/heroku/heroku-buildpack-python/compare/v256...v257

0 commit comments

Comments
 (0)