Skip to content

Commit 2128db4

Browse files
fix python requires
1 parent 8a1582c commit 2128db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description = "The Datadog AWS Lambda Library"
1111
authors = [{ name = "Datadog, Inc.", email = "[email protected]" }]
1212
license = "Apache-2.0"
1313
readme = "README.md"
14-
requires-python = ">3.8.0,<4"
14+
requires-python = ">=3.8.0,<4"
1515
repository = "https://github.com/DataDog/datadog-lambda-python"
1616
keywords = [
1717
"datadog",

0 commit comments

Comments
 (0)