diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 0a4851f..dac1f4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "sailfish-devel-mcp" version = "0.1.0" description = "Host-side MCP server for Sailfish OS development workflows" readme = "README.md" -requires-python = ">=3.9" +requires-python = ">=3.10" license = { text = "0BSD" } authors = [{ name = "Andrew Branson" }] dependencies = [] @@ -17,4 +17,3 @@ sailfish-devel-mcp = "sailfish_devel_mcp.server:main" [tool.setuptools.packages.find] where = ["src"] - |
