heroku / buildpacks-python

Heroku's Cloud Native Buildpack for Python applications.
BSD 3-Clause "New" or "Revised" License
27 stars 3 forks source link

Add support for Python 3.13 #280

Closed edmorley closed 6 days ago

edmorley commented 6 days ago

Add support for Python 3.13, and release 3.13.0.

The default Python version remains unchanged (at 3.12) for now.

Release announcement: https://blog.python.org/2024/10/python-3130-final-released.html https://www.python.org/downloads/release/python-3130/

Details on what's new in Python 3.13: https://docs.python.org/3.13/whatsnew/3.13.html

Binary builds: https://github.com/heroku/heroku-buildpack-python/actions/runs/11280580537

Python 3.13 readiness status of the top 360 packages on PyPI: https://pyreadiness.org/3.13/

GUS-W-14846841.