File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1818 strategy :
1919 fail-fast : false
2020 matrix :
21- python-version : ["3.11", "3.13 "]
21+ python-version : ["3.11", "3.12", "3.13", "3.14 "]
2222
2323 steps :
2424 - uses : actions/checkout@v5
Original file line number Diff line number Diff line change @@ -7,14 +7,17 @@ name = "aws-durable-execution-sdk-python-testing"
77dynamic = [" version" ]
88description = ' This the Python SDK for AWS Lambda Durable Execution.'
99readme = " README.md"
10- requires-python = " >=3.13 "
10+ requires-python = " >=3.11 "
1111license = " Apache-2.0"
1212keywords = []
1313authors = [{ name = " yaythomas" , email = " tgaigher@amazon.com" }]
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