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

Drop support for Python 3.6 #1415

Merged
merged 1 commit into from
Feb 21, 2023
Merged

Drop support for Python 3.6 #1415

merged 1 commit into from
Feb 21, 2023

Conversation

edmorley
Copy link
Member

Since:

  • It has been end of life upstream since 2021-12-23, so is no longer receiving security updates.
  • The buildpack has been warning about its end of life in the build log output since 2022-08-17.
  • The upgrade from Python 3.6 to Python 3.7+ in many cases requires no changes to an application at all, or else some small dependency updates (compared to say the upgrade from Python 2 to 3).
  • It is already not available on Heroku-22 (due to it being incompatible with OpenSSL 3), so apps will need to switch eventually.
  • Any apps that must stay on Python 3.6 short term, can pin to the previous buildpack version as a stop-gap.

GUS-W-12345793.

@edmorley edmorley self-assigned this Feb 20, 2023
Since:
- It has been end of life upstream since 2021-12-23, so is no longer
  receiving security updates.
- The buildpack has been warning about its end of life in the build
  log output since 2022-08-17.
- The upgrade from Python 3.6 to Python 3.7+ in many cases requires
  no changes to an application at all, or else some small dependency
  updates (compared to say the upgrade from Python 2 to 3).
- It is already not available on Heroku-22 (due to it being incompatible
  with OpenSSL 3), so apps will need to switch eventually.
- Any apps that must stay on Python 3.6 short term, can pin to the
  previous buildpack version as a stop-gap.
   
GUS-W-12345793.
@edmorley edmorley force-pushed the drop-python3.6-support branch from 6651c9d to 6bd5f56 Compare February 20, 2023 12:56
@edmorley edmorley marked this pull request as ready for review February 20, 2023 12:58
@edmorley edmorley requested a review from a team as a code owner February 20, 2023 12:58
@edmorley edmorley merged commit 768e133 into main Feb 21, 2023
@edmorley edmorley deleted the drop-python3.6-support branch February 21, 2023 11:44
edmorley added a commit that referenced this pull request Feb 21, 2023
And also remove a Python 3.6 remnant leftover from #1415.
@edmorley edmorley mentioned this pull request Feb 21, 2023
edmorley added a commit that referenced this pull request Feb 21, 2023
And also remove a Python 3.6 remnant leftover from #1415.
@edmorley
Copy link
Member Author

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.

2 participants