Skip to content

Commit f19bcd8

Browse files
committed
Fix required python version of mcp instrumentation
Change-Id: Icea9378d67c91af497d9fd7506941b466d10e571 Co-developed-by: Cursor <noreply@cursor.com>
1 parent 833794f commit f19bcd8

File tree

1 file changed

+1
-3
lines changed
  • instrumentation-loongsuite/loongsuite-instrumentation-mcp

1 file changed

+1
-3
lines changed

instrumentation-loongsuite/loongsuite-instrumentation-mcp/pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dynamic = ["version"]
88
description = "OpenTelemetry MCP (Model Context Protocol) instrumentation"
99
readme = "README.md"
1010
license = "Apache-2.0"
11-
requires-python = ">=3.8, <=3.13"
11+
requires-python = ">=3.10, <=3.13"
1212
authors = [
1313
{ name = "LoongSuite Python Agent Authors"},
1414
]
@@ -18,8 +18,6 @@ classifiers = [
1818
"License :: OSI Approved :: Apache Software License",
1919
"Programming Language :: Python",
2020
"Programming Language :: Python :: 3",
21-
"Programming Language :: Python :: 3.8",
22-
"Programming Language :: Python :: 3.9",
2321
"Programming Language :: Python :: 3.10",
2422
"Programming Language :: Python :: 3.11",
2523
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)