Skip to content

Commit 7930b77

Browse files
Merge pull request #2 from build-on-aws/fix/python-version
Change minimum python version to 3.10.16 as required by libs
2 parents 51e0ed2 + c51f339 commit 7930b77

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
@@ -38,7 +38,7 @@ To run this demo, you'll need a few bits set up first:
3838

3939
- An AWS account. You can create your account [here](https://aws.amazon.com/premiumsupport/knowledge-center/create-and-activate-aws-account/).
4040
- Request access to an AI model (we'll use Claude Sonnet) on Amazon Bedrock before you can use it. Learn about model access [here](https://docs.aws.amazon.com/bedrock/latest/userguide/model-access.html).
41-
- [Python 3.6.0 or later](https://www.python.org/) setup and configured on your system.
41+
- [Python 3.10.16 or later](https://www.python.org/) setup and configured on your system.
4242
- A [python virtual environment setup](https://docs.python.org/3/library/venv.html) with packages installed via [requirements.txt](requirements.txt).
4343

4444
### Setup

0 commit comments

Comments
 (0)