feat: extend requires-python upper bound to include 3.14.x

This commit is contained in:
Greyson LaLonde
2026-02-11 03:27:57 -05:00
parent 87675b49fd
commit 13478b87ec
5 changed files with 7 additions and 7 deletions

View File

@@ -230,7 +230,7 @@ class TestDeployCommand(unittest.TestCase):
[project]
name = "test_project"
version = "0.1.0"
requires-python = ">=3.10,<3.14"
requires-python = ">=3.10,<3.15"
dependencies = ["crewai"]
""",
)
@@ -249,7 +249,7 @@ class TestDeployCommand(unittest.TestCase):
[project]
name = "test_project"
version = "0.1.0"
requires-python = ">=3.10,<3.14"
requires-python = ">=3.10,<3.15"
dependencies = ["crewai"]
""",
)