Skip to content

Commit ef88cdb

Browse files
leandrodamascenayaythomas
authored andcommitted
refactor: add support for py3.11+
1 parent c030dd6 commit ef88cdb

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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

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-testing"
77
dynamic = ["version"]
88
description = 'This the Python SDK for AWS Lambda Durable Execution.'
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 = "tgaigher@amazon.com" }]
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)