Skip to content

Commit 332b7de

Browse files
chore: update supported python version
1 parent 58423ec commit 332b7de

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,17 @@ name = "aws-durable-execution-sdk-python"
77
dynamic = ["version"]
88
description = 'This the Python SDK for AWS Lambda Durable Functions.'
99
readme = "README.md"
10-
requires-python = ">=3.13"
10+
requires-python = ">=3.11"
1111
license = "Apache-2.0"
1212
keywords = []
1313
authors = [{ name = "yaythomas", email = "[email protected]" }]
1414
classifiers = [
1515
"Development Status :: 4 - Beta",
1616
"Programming Language :: Python",
17+
"Programming Language :: Python :: 3.11",
18+
"Programming Language :: Python :: 3.12",
1719
"Programming Language :: Python :: 3.13",
20+
"Programming Language :: Python :: 3.14",
1821
"Programming Language :: Python :: Implementation :: CPython",
1922
"Programming Language :: Python :: Implementation :: PyPy",
2023
]

0 commit comments

Comments
 (0)