We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 833794f commit f19bcd8Copy full SHA for f19bcd8
1 file changed
instrumentation-loongsuite/loongsuite-instrumentation-mcp/pyproject.toml
@@ -8,7 +8,7 @@ dynamic = ["version"]
8
description = "OpenTelemetry MCP (Model Context Protocol) instrumentation"
9
readme = "README.md"
10
license = "Apache-2.0"
11
-requires-python = ">=3.8, <=3.13"
+requires-python = ">=3.10, <=3.13"
12
authors = [
13
{ name = "LoongSuite Python Agent Authors"},
14
]
@@ -18,8 +18,6 @@ classifiers = [
18
"License :: OSI Approved :: Apache Software License",
19
"Programming Language :: Python",
20
"Programming Language :: Python :: 3",
21
- "Programming Language :: Python :: 3.8",
22
- "Programming Language :: Python :: 3.9",
23
"Programming Language :: Python :: 3.10",
24
"Programming Language :: Python :: 3.11",
25
"Programming Language :: Python :: 3.12",
0 commit comments