Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The AWS Secrets Manager Python caching client enables in-process caching of secr

To use this client you must have:

* Python 3.7 or newer. Use of Python versions 3.6 or older are not supported.
* Python 3.8 or newer. Use of Python versions 3.7 or older are not supported.
* An Amazon Web Services (AWS) account to access secrets stored in AWS Secrets Manager.
* **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.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
keywords='secretsmanager secrets manager development cache caching client',
use_scm_version=True,
python_requires='>3.5',
python_requires='>=3.8',
install_requires=['botocore'],
setup_requires=['pytest-runner', 'setuptools-scm'],
tests_require=['pytest', 'pytest-cov', 'pytest-sugar', 'codecov']
Expand Down
Loading