Commit edb414f
committed
fix(deps, ci): Align Python requirement (>=3.10) with mcp dependency
Resolves GitHub Actions CI failures during dependency installation. The `mcp` package requires Python 3.10 or higher, causing the build to fail on the previous Python 3.9 runner.
This commit:
- Updates `pyproject.toml` to set `requires-python = ">=3.10"`.
- Modifies the CI workflow matrix in `.github/workflows/ci.yml` to test against Python versions 3.10, 3.11, and 3.12, removing the incompatible 3.9 version.1 parent 7c36c1d commit edb414f
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments