-
Notifications
You must be signed in to change notification settings - Fork 398
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
Add deprecation note about Python 3.6 #1361
Add deprecation note about Python 3.6 #1361
Conversation
90abde9
to
203c033
Compare
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 15s |
Build succeeded (gate pipeline). ✔️ ansible-galaxy-importer SUCCESS in 4m 03s |
Backport to stable-4: 💚 backport PR created✅ Backport PR branch: Backported as #1363 🤖 @patchback |
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 See also: ansible-collections/amazon.aws#935 Reviewed-by: Joseph Torcasso <None> (cherry picked from commit 627aab9)
[PR #1361/627aab9c backport][stable-4] Add deprecation note about Python 3.6 This is a backport of PR #1361 as merged into main (627aab9). 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 See also: ansible-collections/amazon.aws#935 Reviewed-by: Mark Chappell <None>
…scription. (ansible-collections#1362) Corrected wrong parameter for SSH private key file. Improved value de… The compose section for the Allowed Options in the Dynamic inventory plugin guide contains the wrong key ansible_private_ssh_key_file, it needs to be ansible_ssh_private_key_file. SUMMARY Minor documentation improvement, corrects wrong key for SSH private key file and adds better description for value. Fixes ansible-collections#1361 ISSUE TYPE Docs Pull Request COMPONENT NAME aws_ec2_guide.rst ADDITIONAL INFORMATION fixes: ansible-collections#1361 Reviewed-by: Mark Chappell
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
See also: ansible-collections/amazon.aws#935