-
Notifications
You must be signed in to change notification settings - Fork 778
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #203 from bonk1t/dev/support-python-3-13
Add Python 3.13 Support
- Loading branch information
Showing
4 changed files
with
17 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
|
||
setup( | ||
name="agency-swarm", | ||
version="0.4.2", | ||
version="0.4.3", | ||
author="VRSEN", | ||
author_email="[email protected]", | ||
description="An opensource agent orchestration framework built on top of the latest OpenAI Assistants API.", | ||
|
@@ -23,5 +23,5 @@ | |
entry_points={ | ||
"console_scripts": ["agency-swarm=agency_swarm.cli:main"], | ||
}, | ||
python_requires=">=3.7", | ||
python_requires=">=3.10", | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters