Python Compatibility (3.14) Note

This commit is contained in:
Adam
2025-12-01 13:00:40 -05:00
parent ff6e871644
commit 3e2798f835
8 changed files with 14 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ build-backend = "pdm.backend"
name = "cua-mcp-server"
description = "MCP Server for Computer-Use Agent (CUA)"
readme = "README.md"
requires-python = ">=3.12"
requires-python = ">=3.12,<3.14"
version = "0.1.15"
authors = [
{name = "TryCua", email = "gh@trycua.com"}