mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 00:58:30 +00:00
chore: update python version to 3.13 and package metadata
This commit is contained in:
@@ -1 +1 @@
|
|||||||
3.12
|
3.13
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "crewai"
|
name = "crewai"
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
description = "Add your description here"
|
description = "Cutting-edge framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "Greyson Lalonde", email = "greyson.r.lalonde@gmail.com" }
|
{ name = "Joao Moura", email = "joao@crewai.com" }
|
||||||
]
|
]
|
||||||
requires-python = ">=3.10, <3.14"
|
requires-python = ">=3.10, <3.14"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
|||||||
@@ -109,3 +109,6 @@ python_functions = "test_*"
|
|||||||
members = [
|
members = [
|
||||||
"lib/crewai",
|
"lib/crewai",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[tool.uv.sources]
|
||||||
|
crewai = { workspace = true }
|
||||||
|
|||||||
Reference in New Issue
Block a user