mirror of
https://github.com/trycua/computer.git
synced 2026-01-03 03:49:58 -06:00
Restrict project to Python versions below 3.14
This commit is contained in:
@@ -11,7 +11,7 @@ description = "CUA (Computer Use Agent) mono-repo"
|
||||
license = { text = "MIT" }
|
||||
name = "cua-workspace"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
requires-python = "<3.14,>=3.12"
|
||||
version = "0.1.0"
|
||||
|
||||
[project.urls]
|
||||
|
||||
Reference in New Issue
Block a user