We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 924bf9b commit ee38757Copy full SHA for ee38757
1 file changed
pyproject.toml
@@ -5,6 +5,7 @@ description = "The Datadog AWS Lambda Library"
5
authors = [{name = "Datadog, Inc.", email = "dev@datadoghq.com"}]
6
license = "Apache-2.0"
7
readme = "README.md"
8
+requires-python = ">3.8.0,<4"
9
repository = "https://github.com/DataDog/datadog-lambda-python"
10
keywords = [
11
"datadog",
@@ -25,7 +26,6 @@ classifiers = [
25
26
"Programming Language :: Python :: 3.14",
27
]
28
dependencies = [
- "python>=3.8.0,<4",
29
"datadog>=0.51.0,<1.0.0",
30
"wrapt>=1.11.2,<2",
31
"ddtrace>=3.19.1,<4",
0 commit comments