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

Add deprecation note about Python 3.6 #935

Conversation

tremble
Copy link
Contributor

@tremble tremble commented Jul 18, 2022

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)

@tremble tremble added the backport-4 PR should be backported to the stable-4 branch label Jul 18, 2022
@softwarefactory-project-zuul
Copy link
Contributor

Build succeeded.

✔️ ansible-galaxy-importer SUCCESS in 4m 28s
✔️ build-ansible-collection SUCCESS in 5m 32s
✔️ ansible-test-sanity-aws-ansible-python38 SUCCESS in 10m 58s
✔️ ansible-test-sanity-aws-ansible-2.12-python38 SUCCESS in 8m 25s
✔️ ansible-test-sanity-aws-ansible-2.13-python38 SUCCESS in 10m 41s
✔️ ansible-test-units-amazon-aws-python38 SUCCESS in 5m 51s
✔️ ansible-test-units-amazon-aws-python39 SUCCESS in 6m 00s

changelogs/fragments/python.yml Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
Co-authored-by: Felix Fontein <felix@fontein.de>
@softwarefactory-project-zuul
Copy link
Contributor

Build succeeded.

✔️ ansible-galaxy-importer SUCCESS in 4m 25s
✔️ build-ansible-collection SUCCESS in 4m 45s
✔️ ansible-test-sanity-aws-ansible-python38 SUCCESS in 9m 45s
✔️ ansible-test-sanity-aws-ansible-2.12-python38 SUCCESS in 8m 38s
✔️ ansible-test-sanity-aws-ansible-2.13-python38 SUCCESS in 9m 31s
✔️ ansible-test-units-amazon-aws-python38 SUCCESS in 6m 52s
✔️ ansible-test-units-amazon-aws-python39 SUCCESS in 6m 14s

@tremble tremble added the mergeit Merge the PR (SoftwareFactory) label Jul 18, 2022
@softwarefactory-project-zuul
Copy link
Contributor

Build succeeded (gate pipeline).

✔️ ansible-galaxy-importer SUCCESS in 4m 19s
✔️ build-ansible-collection SUCCESS in 4m 51s
✔️ ansible-test-sanity-aws-ansible-python38 SUCCESS in 10m 01s
✔️ ansible-test-sanity-aws-ansible-2.12-python38 SUCCESS in 10m 02s
✔️ ansible-test-sanity-aws-ansible-2.13-python38 SUCCESS in 9m 40s
✔️ ansible-test-units-amazon-aws-python38 SUCCESS in 5m 45s
✔️ ansible-test-units-amazon-aws-python39 SUCCESS in 6m 19s

@softwarefactory-project-zuul softwarefactory-project-zuul bot merged commit 7d45a2b into ansible-collections:main Jul 18, 2022
@patchback
Copy link

patchback bot commented Jul 18, 2022

Backport to stable-4: 💚 backport PR created

✅ Backport PR branch: patchback/backports/stable-4/7d45a2b4fee882e84d8d2f39fc21c0f618d4abe7/pr-935

Backported as #936

🤖 @patchback
I'm built with octomachinery and
my source is open — https://github.com/sanitizers/patchback-github-app.

patchback bot pushed a commit that referenced this pull request Jul 18, 2022
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)
@github-actions
Copy link

Docs Build 📝

Thank you for contribution!✨

This PR has been merged and your docs changes will be incorporated when they are next published.

softwarefactory-project-zuul bot pushed a commit that referenced this pull request Jul 18, 2022
[PR #935/7d45a2b4 backport][stable-4] Add deprecation note about Python 3.6

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

Docs Pull Request

COMPONENT NAME
README.md
ADDITIONAL INFORMATION
(community.aws PRs will follow after the amazon.aws PRs are approved)

Reviewed-by: Mark Chappell <None>
softwarefactory-project-zuul bot pushed a commit to ansible-collections/community.aws that referenced this pull request Jul 19, 2022
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>
patchback bot pushed a commit to ansible-collections/community.aws that referenced this pull request Jul 19, 2022
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)
softwarefactory-project-zuul bot pushed a commit to ansible-collections/community.aws that referenced this pull request Jul 19, 2022
[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>
@tremble tremble deleted the deprecate/python-3.6 branch September 9, 2022 08:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-4 PR should be backported to the stable-4 branch community_review docs mergeit Merge the PR (SoftwareFactory) python3
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants