You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Python 3.7 deprecation message now it has reached EOL (#1460)
As of 30th June, Python 3.7 has reached end-of-life upstream:
https://devguide.python.org/versions/#supported-versions
This means there will be no new Python 3.7 patch versions released
upstream, so no security updates or bug fixes.
The existing buildpack deprecation message has been updated to
reflect this, and now also mentions that support for building Python 3.7
apps will be removed in October 2023.
In addition, the scripts and GitHub Actions workflows used to compile and
upload new Python runtime versions have been updated to drop support,
since there will be no new Python 3.7 releases for us to upload.
GUS-W-13717141.
GUS-W-13717143.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
3
3
## Unreleased
4
4
5
+
- Update the Python 3.7 deprecation message to reflect that it has now reached end-of-life. ([#1460](https://github.com/heroku/heroku-buildpack-python/pull/1460))
0 commit comments