-
Notifications
You must be signed in to change notification settings - Fork 350
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
[PR #935/7d45a2b4 backport][stable-4] Add deprecation note about Python 3.6 #936
[PR #935/7d45a2b4 backport][stable-4] Add deprecation note about Python 3.6 #936
Conversation
Add deprecation note about Python 3.6 SUMMARY The AWS SDK for Python has now dropped support for Python 3.6 and announced that in future they're dropping support 6 months after PSF End Of Support for a version. Keeping with our 1-year-old Botocore/Boto3 requirements, this will result in us needing to drop support for Python 3.6 in about a year, when we would be scheduled to bump to botocore >= 1.27.0, as 1.27.0 requires Python 3.7. This means we're generally going to drop support for a version of Python around 18 months after PSF End Of Support. For the sake of transparency to our users, add a deprecation notice. ISSUE TYPE Docs Pull Request COMPONENT NAME README.md ADDITIONAL INFORMATION (community.aws PRs will follow after the amazon.aws PRs are approved) Reviewed-by: Felix Fontein <felix@fontein.de> Reviewed-by: Alina Buzachis <None> (cherry picked from commit 7d45a2b)
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 49s |
Build succeeded (gate pipeline). ✔️ ansible-galaxy-importer SUCCESS in 3m 52s |
Stabilize ec2_eip module SUMMARY fixed check_mode issues added integration tests for check_mode / idempotency updated json returned when state = absent for clarity removed json_query references fixes ansible-collections#159 Depends-On: ansible-collections#672 ISSUE TYPE Feature Pull Request COMPONENT NAME ec2_eip Reviewed-by: Mark Woolley <mw@marknet15.com> Reviewed-by: Mark Chappell <None> Reviewed-by: Alina Buzachis <None> Reviewed-by: Joseph Torcasso <None> Reviewed-by: Jill R <None> This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@d0596e3
Stabilize ec2_eip module SUMMARY fixed check_mode issues added integration tests for check_mode / idempotency updated json returned when state = absent for clarity removed json_query references fixes ansible-collections#159 Depends-On: ansible-collections#672 ISSUE TYPE Feature Pull Request COMPONENT NAME ec2_eip Reviewed-by: Mark Woolley <mw@marknet15.com> Reviewed-by: Mark Chappell <None> Reviewed-by: Alina Buzachis <None> Reviewed-by: Joseph Torcasso <None> Reviewed-by: Jill R <None> This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@d0596e3
Stabilize ec2_eip module SUMMARY fixed check_mode issues added integration tests for check_mode / idempotency updated json returned when state = absent for clarity removed json_query references fixes ansible-collections#159 Depends-On: ansible-collections#672 ISSUE TYPE Feature Pull Request COMPONENT NAME ec2_eip Reviewed-by: Mark Woolley <mw@marknet15.com> Reviewed-by: Mark Chappell <None> Reviewed-by: Alina Buzachis <None> Reviewed-by: Joseph Torcasso <None> Reviewed-by: Jill R <None>
Stabilize ec2_eip module SUMMARY fixed check_mode issues added integration tests for check_mode / idempotency updated json returned when state = absent for clarity removed json_query references fixes ansible-collections#159 Depends-On: ansible-collections#672 ISSUE TYPE Feature Pull Request COMPONENT NAME ec2_eip Reviewed-by: Mark Woolley <mw@marknet15.com> Reviewed-by: Mark Chappell <None> Reviewed-by: Alina Buzachis <None> Reviewed-by: Joseph Torcasso <None> Reviewed-by: Jill R <None>
Stabilize ec2_eip module SUMMARY fixed check_mode issues added integration tests for check_mode / idempotency updated json returned when state = absent for clarity removed json_query references fixes ansible-collections#159 Depends-On: ansible-collections#672 ISSUE TYPE Feature Pull Request COMPONENT NAME ec2_eip Reviewed-by: Mark Woolley <mw@marknet15.com> Reviewed-by: Mark Chappell <None> Reviewed-by: Alina Buzachis <None> Reviewed-by: Joseph Torcasso <None> Reviewed-by: Jill R <None>
This is a backport of PR #935 as merged into main (7d45a2b).
SUMMARY
The AWS SDK for Python has now dropped support for Python 3.6 and announced that in future they're dropping support 6 months after PSF End Of Support for a version.
Keeping with our 1-year-old Botocore/Boto3 requirements, this will result in us needing to drop support for Python 3.6 in about a year, when we would be scheduled to bump to
botocore >= 1.27.0
, as 1.27.0 requires Python 3.7. This means we're generally going to drop support for a version of Python around 18 months after PSF End Of Support. For the sake of transparency to our users, add a deprecation notice.ISSUE TYPE
COMPONENT NAME
README.md
ADDITIONAL INFORMATION
(community.aws PRs will follow after the amazon.aws PRs are approved)