File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,17 @@ name = "aws-durable-execution-sdk-python"
77dynamic = [" version" ]
88description = ' This the Python SDK for AWS Lambda Durable Functions.'
99readme = " README.md"
10- requires-python = " >=3.13 "
10+ requires-python = " >=3.11 "
1111license = " Apache-2.0"
1212keywords = []
1313authors = [{
name =
" yaythomas" ,
email =
" [email protected] " }]
1414classifiers = [
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]
You can’t perform that action at this time.
0 commit comments