fix: require Python 3.11+ in pyproject.toml
Was incorrectly set to >=3.10. Hermes uses tomllib and other 3.11+ features. CONTRIBUTING.md and README already say 3.11+.
This commit is contained in:
parent
363633e2ba
commit
9f4542b3db
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ name = "hermes-agent"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = "AI agent with advanced tool-calling and toolsets"
|
description = "AI agent with advanced tool-calling and toolsets"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.11"
|
||||||
authors = [{ name = "Nous Research" }]
|
authors = [{ name = "Nous Research" }]
|
||||||
license = { text = "MIT" }
|
license = { text = "MIT" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue