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

Deprecate Python 3.7 Support #3079

Merged
merged 4 commits into from
Dec 13, 2023

Conversation

nateprewitt
Copy link
Contributor

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.

@codecov-commenter
Copy link

codecov-commenter commented Nov 28, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ec73d20) 93.13% compared to head (e94a0c8) 93.11%.

❗ 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.
📢 Have feedback on the report? Share it here.

@nateprewitt nateprewitt marked this pull request as ready for review December 12, 2023 23:22
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>`__
Copy link
Contributor

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

Copy link
Contributor

@jonathan343 jonathan343 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢

@nateprewitt nateprewitt merged commit 0733f1f into boto:develop Dec 13, 2023
34 checks passed
@nateprewitt nateprewitt deleted the python_37_deprecation branch December 13, 2023 01:20
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.

4 participants