mirror of
https://github.com/trycua/computer.git
synced 2026-01-06 05:20:02 -06:00
Fix root project requires-python version
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user