Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build Python 3.10 runtimes for Heroku-24 too #1579

Merged
merged 1 commit into from May 3, 2024
Merged

Conversation

edmorley
Copy link
Member

@edmorley edmorley commented May 3, 2024

Expands the Heroku-24 Python version support to include Python 3.10, in addition to the existing Python 3.11 and 3.12.

This will give more Python version options to CNB users that need ARM64 support, given that it will only be available on Heroku-24+.

I've not added a changelog entry since Heroku-24 is not yet released, so no one is using it anyway, and this is covered by the existing Heroku-24 changelog entry (the previous release of the buildpack will be able to use these binaries from S3 too).

GUS-W-15571102.

@edmorley edmorley self-assigned this May 3, 2024
@edmorley
Copy link
Member Author

edmorley commented May 3, 2024

Builds triggered using:

for v in 3.10.{0..14}; do
  gh workflow run build_python_runtime.yml -F "python_version=${v}" -F "stack=heroku-24" --ref h24-python-3.10
done

@edmorley edmorley marked this pull request as ready for review May 3, 2024 10:41
@edmorley edmorley requested a review from a team as a code owner May 3, 2024 10:41
@edmorley edmorley changed the title Support Python 3.10 on Heroku-24 Build Python 3.10 for Heroku-24 too May 3, 2024
@edmorley edmorley changed the title Build Python 3.10 for Heroku-24 too Build Python 3.10 runtimes for Heroku-24 too May 3, 2024
@edmorley edmorley enabled auto-merge (squash) May 3, 2024 10:43
@edmorley edmorley disabled auto-merge May 3, 2024 12:38
Expands the Heroku-24 Python version support to include Python 3.10,
in addition to the existing Python 3.11 and 3.12.

This will give more Python version options to CNB users that need ARM64
support, given that it will only available be on Heroku-24+.

I've not added a changelog entry since Heroku-24 is not yet released, so
no one is using it anyway, and this is covered by the existing Heroku-24
changelog entry (the previous release of the buildpack will be able to
use these binaries from S3 too).

GUS-W-15571102.
@edmorley edmorley enabled auto-merge (squash) May 3, 2024 14:00
@edmorley edmorley merged commit c233dbd into main May 3, 2024
6 checks passed
@edmorley edmorley deleted the h24-python-3.10 branch May 3, 2024 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants