drop 3.13

This commit is contained in:
Brandon Hancock
2024-12-09 10:14:44 -05:00
parent bc2a86d66a
commit 589447c5c4
14 changed files with 24 additions and 345 deletions

View File

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