We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f55749 commit 910da1aCopy full SHA for 910da1a
.github/workflows/main.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v4
14
- uses: actions/setup-python@v5
15
with:
16
- python-version: 3.8
+ python-version: 3.10
17
18
- run: pip install .
19
- run: pip install -U pytest
pyproject.toml
@@ -7,7 +7,7 @@ name = "mcp-python"
7
version = "0.1.3"
8
description = "Model Context Protocol implementation for Python"
9
readme = "README.md"
10
-requires-python = ">=3.8"
+requires-python = ">=3.10"
11
dependencies = [
12
"anyio",
"httpx",
0 commit comments