From ad83c3eae7efa97e40fa52d6ee71d98309e4a33a Mon Sep 17 00:00:00 2001 From: Mark Chappell Date: Mon, 23 Dec 2024 17:05:34 +0100 Subject: [PATCH] Drop support for Python 3.7 --- README.md | 6 +++--- changelogs/fragments/botocore.yml | 4 ++++ tests/config.yml | 2 +- tests/unit/module_utils/test_rds.py | 3 --- .../modules/ec2_security_group/test_expand_rules.py | 12 ------------ tox.ini | 8 +++++--- 6 files changed, 13 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 8da32694108..f952fcc3897 100644 --- a/README.md +++ b/README.md @@ -32,11 +32,11 @@ Tested with the Ansible Core >= 2.15.0 versions, and the current development ver This collection depends on the AWS SDK for Python (Boto3 and Botocore). Due to the [AWS SDK Python Support Policy](https://aws.amazon.com/blogs/developer/python-support-policy-updates-for-aws-sdks-and-tools/) -this collection requires Python 3.7 or greater. +this collection requires Python 3.8 or greater. Amazon has also announced the planned end of support for -[Python less than 3.8](https://aws.amazon.com/blogs/developer/python-support-policy-updates-for-aws-sdks-and-tools/). -As such support for Python less than 3.8 will be removed in a release after 2024-12-01. +[Python less than 3.9](https://aws.amazon.com/blogs/developer/python-support-policy-updates-for-aws-sdks-and-tools/). +As such support for Python less than 3.9 will be removed in a release after 2026-05-01.