Skip to content

Commit 910da1a

Browse files
committed
Require Python 3.10
1 parent 2f55749 commit 910da1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-python@v5
1515
with:
16-
python-version: 3.8
16+
python-version: 3.10
1717

1818
- run: pip install .
1919
- run: pip install -U pytest

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "mcp-python"
77
version = "0.1.3"
88
description = "Model Context Protocol implementation for Python"
99
readme = "README.md"
10-
requires-python = ">=3.8"
10+
requires-python = ">=3.10"
1111
dependencies = [
1212
"anyio",
1313
"httpx",

0 commit comments

Comments
 (0)