Skip to content

Commit ee38757

Browse files
move python requirement
1 parent 924bf9b commit ee38757

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
@@ -5,6 +5,7 @@ description = "The Datadog AWS Lambda Library"
55
authors = [{name = "Datadog, Inc.", email = "[email protected]"}]
66
license = "Apache-2.0"
77
readme = "README.md"
8+
requires-python = ">3.8.0,<4"
89
repository = "https://github.com/DataDog/datadog-lambda-python"
910
keywords = [
1011
"datadog",
@@ -25,7 +26,6 @@ classifiers = [
2526
"Programming Language :: Python :: 3.14",
2627
]
2728
dependencies = [
28-
"python>=3.8.0,<4",
2929
"datadog>=0.51.0,<1.0.0",
3030
"wrapt>=1.11.2,<2",
3131
"ddtrace>=3.19.1,<4",

0 commit comments

Comments
 (0)