Skip to content

Commit c24a0fb

Browse files
authored
Update README.md to reflect importlib.metadata usage
`importlib.metadata` was introduced in python 3.8 but our guidance says 3.7 and up will work
1 parent c175815 commit c24a0fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The AWS Secrets Manager Python caching client enables in-process caching of secr
1111

1212
To use this client you must have:
1313

14-
* Python 3.7 or newer. Use of Python versions 3.6 or older are not supported.
14+
* Python 3.8 or newer. Use of Python versions 3.7 or older are not supported.
1515
* An Amazon Web Services (AWS) account to access secrets stored in AWS Secrets Manager.
1616
* **To create an AWS account**, go to [Sign In or Create an AWS Account](https://portal.aws.amazon.com/gp/aws/developer/registration/index.html) and then choose **I am a new user.** Follow the instructions to create an AWS account.
1717

0 commit comments

Comments
 (0)