diff --git a/pyproject.toml b/pyproject.toml index c80eb0a..4878813 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "mcp-obsidian" version = "0.2.1" description = "MCP server to work with Obsidian via the remote REST plugin" readme = "README.md" -requires-python = ">=3.13" +requires-python = ">=3.11" dependencies = [ "mcp>=1.1.0", "python-dotenv>=1.0.1",