Fix root project requires-python version

This commit is contained in:
James Murdza
2025-08-17 09:03:19 -04:00
parent adca016d63
commit 31e0362137

View File

@@ -9,7 +9,7 @@ description = "CUA (Computer Use Agent) mono-repo"
license = { text = "MIT" }
name = "cua-workspace"
readme = "README.md"
requires-python = ">=3.11"
requires-python = ">=3.12"
version = "0.1.0"
[project.urls]
@@ -51,6 +51,9 @@ test = [
[tool.pdm.resolution]
respect-source-order = true
[tool.pdm.resolution.overrides]
hud-python = "0.2.10"
[tool.black]
line-length = 100
target-version = ["py311"]