Skip to content

Commit 7721810

Browse files
author
Bob Strahan
committed
Update Python version requirement to support Python 3.13
1 parent 7c8d2a5 commit 7721810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/idp_common_pkg/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description = "Common utilities for GenAI IDP Accelerator patterns"
1313
authors = [
1414
{name = "AWS", email = "noreply@amazon.com"}
1515
]
16-
requires-python = ">=3.9,<3.13"
16+
requires-python = ">=3.9,<3.14"
1717
dependencies = [
1818
"boto3==1.39.7", # Core dependency for AWS services
1919
]

0 commit comments

Comments
 (0)