We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25e94f4 commit a064f92Copy full SHA for a064f92
1 file changed
pyproject.toml
@@ -56,10 +56,11 @@ dependencies = [
56
"opentelemetry-api>=1.20.0",
57
]
58
59
-requires-python = ">= 3.12,<4"
+requires-python = ">= 3.11,<4"
60
classifiers = [
61
"Typing :: Typed",
62
"Intended Audience :: Developers",
63
+ "Programming Language :: Python :: 3.11",
64
"Programming Language :: Python :: 3.12",
65
"Programming Language :: Python :: 3.13",
66
"Programming Language :: Python :: 3.14",
0 commit comments