Restrict project to Python versions below 3.14

This commit is contained in:
James Murdza
2025-08-21 16:35:15 -04:00
parent 5225de8d88
commit 9766e12b8d

View File

@@ -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]