Deprecate Python 3.9 support#378
Merged
Merged
Conversation
ubaskota
reviewed
Apr 22, 2026
| @@ -1,5 +1,5 @@ | |||
| # | |||
| # This file is autogenerated by pip-compile with Python 3.9 | |||
| # This file is autogenerated by pip-compile with Python 3.10 | |||
There was a problem hiding this comment.
Can you confirm that this file was autogenerated and not hand edited?
Contributor
Author
There was a problem hiding this comment.
Yes, this is autogenerated by running pip-compile --allow-unsafe --generate-hashes --output-file=requirements-dev-lock.txt requirements-dev.txt with Python 3.10
ubaskota
reviewed
Apr 22, 2026
ubaskota
left a comment
There was a problem hiding this comment.
Looks good. I left a clarifying question.
jonathan343
approved these changes
Apr 25, 2026
Contributor
jonathan343
left a comment
There was a problem hiding this comment.
Thanks @Alan4506, looks good to me!
Approving, but please do not merge until 4/29.
a5d8352 to
3833fb5
Compare
jonathan343
approved these changes
Apr 29, 2026
aws-sdk-python-automation
added a commit
that referenced
this pull request
Apr 29, 2026
* release-0.17.0: Bumping version to 0.17.0 Deprecate Python 3.9 support (#378) ci: group dependabot updates (#386) Update test_changelog.py Create test_changelog.py Bump actions/setup-python from 4.7.0 to 6.2.0 (#384) Bump github/codeql-action from 2.13.4 to 4.35.2 (#383) Bump actions/checkout from 5.0.0 to 6.0.2 (#380) Bump codecov/codecov-action from 3.1.4 to 6.0.0 (#382) Bump aws-actions/configure-aws-credentials from 6.0.0 to 6.1.0 (#381) chore: enable dependabot for pre-commit and refresh hook pins (#379)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the changes that will go out with our release on 2026-04-29 to finalize our Python 3.9 support deprecation. As originally announced in February 2022, we have followed 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.10 or later. No action should be needed as part of this deprecation,
pipwill manage version selection for you.