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

Remove support for Heroku-18 #1449

Merged
merged 1 commit into from
May 3, 2023
Merged

Remove support for Heroku-18 #1449

merged 1 commit into from
May 3, 2023

Conversation

edmorley
Copy link
Member

@edmorley edmorley commented May 2, 2023

Since the Heroku-18 stack has reached end-of-life, and as such build using it are no longer supported by the Heroku build system:
https://devcenter.heroku.com/changelog-items/2583

This fixes the integration tests failing in CI for the Heroku-18 stack, due to the build system now (as expected) rejecting the jobs, eg:
https://github.com/heroku/heroku-buildpack-python/actions/runs/4852163562/jobs/8646809603?pr=1448#step:5:165

The Heroku-18 stack was the last to have Python binaries available for Python 2.7, 3.5 and 3.5, so the EOL conditionals and testcases for those versions have now been removed.

Any non-Heroku consumers of this buildpack that wish to continue using the Heroku-18 stack should pin to the previous version of this buildpack.

Prior to releasing a new version of this buildpack containing this change, I will make sure the heroku/buildpacks:18 CNB builder image is pinned to the last CNB registry release.

GUS-W-10446293.

Since the Heroku-18 stack has reached end-of-life, and as such build using it
are no longer supported by the Heroku build system:
https://devcenter.heroku.com/changelog-items/2583

This fixes the integration tests failing in CI for the Heroku-18 stack, due to the
build system now (as expected) rejecting the jobs, eg:
https://github.com/heroku/heroku-buildpack-python/actions/runs/4852163562/jobs/8646809603?pr=1448#step:5:165

The Heroku-18 stack was the last to have Python binaries available for Python 2.7,
3.5 and 3.5, so the EOL conditionals and testcases for those versions have now been
removed.

Any non-Heroku consumers of this buildpack that wish to continue using
the Heroku-18 stack should pin to the previous version of this buildpack.

GUS-W-10446293.
@edmorley edmorley merged commit d215801 into main May 3, 2023
4 checks passed
@edmorley edmorley deleted the rm-heroku-18 branch May 3, 2023 07:25
@edmorley edmorley mentioned this pull request Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants