mirror of https://github.com/kortix-ai/suna.git
chore: update Python version requirement and remove outdated classifiers in pyproject.toml
This commit is contained in:
parent
0c16297b48
commit
d4a54c261b
|
@ -6,12 +6,8 @@ authors = [{ name = "marko-kraemer", email = "mail@markokraemer.com" }]
|
|||
readme = "README.md"
|
||||
license = { text = "Apache-2.0" }
|
||||
classifiers = [
|
||||
"Development Status :: 4 - Beta",
|
||||
"Intended Audience :: Developers",
|
||||
"License :: OSI Approved :: Apache-2.0 License",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
"Topic :: Software Development :: Libraries :: Python Modules",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
]
|
||||
requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
|
|
Loading…
Reference in New Issue