heroku / buildpacks-python

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

Test against Python 3.8.19, 3.9.19 and 3.10.14 #182

Closed edmorley closed 5 months ago

edmorley commented 5 months ago

Python 3.8.19, 3.9.19 and 3.10.14 were just released: https://blog.python.org/2024/03/python-31014-3919-and-3819-is-now.html

The CNB already supports them (they were uploaded as part of https://github.com/heroku/heroku-buildpack-python/pull/1551), however, we need to update our tests to test them.

GUS-W-15301378.