heroku / heroku-buildpack-python

Heroku's buildpack for Python applications.
https://www.heroku.com/python
MIT License
974 stars 1.84k forks source link

Add support for Python 3.8.19, 3.9.19 and 3.10.14 #1551

Closed edmorley closed 5 months ago

edmorley commented 5 months ago

Release announcement: https://blog.python.org/2024/03/python-31014-3919-and-3819-is-now.html

Release notes: https://www.python.org/downloads/release/python-3819/ https://www.python.org/downloads/release/python-3919/ https://www.python.org/downloads/release/python-31014/

Binary builds: https://github.com/heroku/heroku-buildpack-python/actions/runs/8352050132 https://github.com/heroku/heroku-buildpack-python/actions/runs/8352049319 https://github.com/heroku/heroku-buildpack-python/actions/runs/8366662315

The Python 3.10.14 build had to be performed from a branch with updated GPG signature to work around: https://github.com/python/cpython/issues/117053

GUS-W-15298960.

edmorley commented 5 months ago

https://devcenter.heroku.com/changelog-items/2852