-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Deprecate Python 3.7 Support #3079
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## develop #3079 +/- ##
===========================================
- Coverage 93.13% 93.11% -0.03%
===========================================
Files 66 66
Lines 14239 14239
===========================================
- Hits 13262 13258 -4
- Misses 977 981 +4 ☔ View full report in Codecov by Sentry. |
README.rst
Outdated
more information, see this `blog post <https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-python-2-7-in-aws-sdk-for-python-and-aws-cli-v1/>`__. | ||
|
||
On 2022-05-30, support was dropped for Python 3.6. This follows the | ||
On 2023-12-13, support was dropped for Python 3.7. This follows the | ||
Python Software Foundation `end of support <https://www.python.org/dev/peps/pep-0494/#lifespan>`__ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This link should be updated to https://peps.python.org/pep-0537/#lifespan
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚢
This PR contains the changes that will go out with our release on 2023-12-13 to finalize our Python 3.7 support deprecation. As originally announced in February 2022, Boto3 has taken on a 6 month extended support model after the official end of support of a minor Python version. Afterwards, existing SDKs will continue to function as they have previously.
Customers wishing to upgrade to a version with newer features will need to migrate to Python 3.8 or later. No action should be needed as part of this deprecation,
pip
will manage version selection for you.