Skip to content

Commit 14cb4ac

Browse files
committed
disable tests with python 3.9.
1 parent f9f1854 commit 14cb4ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ envlist =
2727

2828
; instrumentation-mcp
2929
py3{10,11,12,13}-test-instrumentation-mcp-{oldest,latest}
30-
pypy3-test-instrumentation-mcp-{oldest,latest}
30+
; MCP Python SDK requires Python >=3.10
31+
; pypy3-test-instrumentation-mcp-{oldest,latest}
3132
lint-instrumentation-mcp
3233

3334
; opentelemetry-resource-detector-containerid

0 commit comments

Comments
 (0)