Merge pull request #112 from trycua/fix/py-3.13

Support py >= 3.13
This commit is contained in:
f-trycua
2025-04-15 20:37:41 +02:00
committed by GitHub
6 changed files with 6 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ dependencies = [
"cua-core>=0.1.0,<0.2.0",
"certifi>=2024.2.2"
]
requires-python = ">=3.10,<3.13"
requires-python = ">=3.10"
[project.optional-dependencies]
anthropic = [

View File

@@ -20,7 +20,7 @@ dependencies = [
"python-xlib>=0.33; sys_platform == 'linux'",
"pillow>=10.2.0"
]
requires-python = ">=3.10,<3.13"
requires-python = ">=3.10"
readme = "README.md"
license = { text = "MIT" }

View File

@@ -19,7 +19,7 @@ dependencies = [
"cua-core>=0.1.0,<0.2.0",
"pydantic>=2.11.1"
]
requires-python = ">=3.10,<3.13"
requires-python = ">=3.10"
[tool.pdm]
distribution = true

View File

@@ -15,7 +15,7 @@ dependencies = [
"httpx>=0.24.0",
"posthog>=3.20.0"
]
requires-python = ">=3.10,<3.13"
requires-python = ">=3.10"
[tool.pdm]
distribution = true

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.10,<3.13"
requires-python = ">=3.10"
version = "0.1.0"
authors = [
{name = "TryCua", email = "gh@trycua.com"}

View File

@@ -10,7 +10,7 @@ authors = [
{ name = "TryCua", email = "gh@trycua.com" }
]
dependencies = []
requires-python = ">=3.10,<3.13"
requires-python = ">=3.10"
readme = "README.md"
license = { text = "MIT" }