Skip to content

Commit 84b802e

Browse files
authored
Update README.md to reflect importlib.metadata usage (#54)
Update README.md and setup.py to reflect importlib.metadata usage of python 3.8+
1 parent c175815 commit 84b802e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
],
2323
keywords='secretsmanager secrets manager development cache caching client',
2424
use_scm_version=True,
25-
python_requires='>3.5',
25+
python_requires='>=3.8',
2626
install_requires=['botocore'],
2727
setup_requires=['pytest-runner', 'setuptools-scm'],
2828
tests_require=['pytest', 'pytest-cov', 'pytest-sugar', 'codecov']

0 commit comments

Comments
 (0)