We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58423ec commit 332b7deCopy full SHA for 332b7de
1 file changed
pyproject.toml
@@ -7,14 +7,17 @@ name = "aws-durable-execution-sdk-python"
7
dynamic = ["version"]
8
description = 'This the Python SDK for AWS Lambda Durable Functions.'
9
readme = "README.md"
10
-requires-python = ">=3.13"
+requires-python = ">=3.11"
11
license = "Apache-2.0"
12
keywords = []
13
authors = [{ name = "yaythomas", email = "tgaigher@amazon.com" }]
14
classifiers = [
15
"Development Status :: 4 - Beta",
16
"Programming Language :: Python",
17
+ "Programming Language :: Python :: 3.11",
18
+ "Programming Language :: Python :: 3.12",
19
"Programming Language :: Python :: 3.13",
20
+ "Programming Language :: Python :: 3.14",
21
"Programming Language :: Python :: Implementation :: CPython",
22
"Programming Language :: Python :: Implementation :: PyPy",
23
]
0 commit comments