python 3.11 support

This commit is contained in:
Taylor Wilsdon
2025-05-15 11:09:53 -04:00
parent 17272f575a
commit 7f8a91f948
4 changed files with 6 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ name = "google-workspace-mcp"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
requires-python = ">=3.11"
dependencies = [
"fastapi>=0.115.12",
"fastmcp>=2.3.3",