chore: update pyproject.toml classifiers
This commit is contained in:
parent
4f5d3d550b
commit
dc33a78700
1 changed files with 6 additions and 2 deletions
|
|
@ -10,15 +10,19 @@ keywords = ["python3", "event system", "ecs", "reactive programming"]
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Development Status :: 3 - Alpha",
|
"Development Status :: 3 - Alpha",
|
||||||
"Programming Language :: Python :: 3 :: Only",
|
"Programming Language :: Python :: 3 :: Only",
|
||||||
|
"Programming Language :: Python :: 3.10",
|
||||||
|
"Programming Language :: Python :: 3.11",
|
||||||
"Programming Language :: Python :: 3.12",
|
"Programming Language :: Python :: 3.12",
|
||||||
"Programming Language :: Python :: 3.13",
|
"Programming Language :: Python :: 3.13",
|
||||||
"Programming Language :: Python :: 3.14",
|
"Programming Language :: Python :: 3.14",
|
||||||
"Programming Language :: Python :: Free Threading",
|
"Programming Language :: Python :: Free Threading",
|
||||||
]
|
]
|
||||||
requires-python = ">=3.12"
|
requires-python = ">=3.10"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
"exceptiongroup>=1.3.0",
|
||||||
"networkx>=3.4.2",
|
"networkx>=3.4.2",
|
||||||
"pydantic>=2.12.3",
|
"pydantic>=2.12.3",
|
||||||
|
"typing-extensions>=4.15.0",
|
||||||
]
|
]
|
||||||
license = "CC0-1.0"
|
license = "CC0-1.0"
|
||||||
license-files = ["LICENSE"]
|
license-files = ["LICENSE"]
|
||||||
|
|
@ -38,4 +42,4 @@ disable = ["C0114", "C0115", "C0116", "R0801"]
|
||||||
max-args = 8
|
max-args = 8
|
||||||
max-positional-arguments = 7
|
max-positional-arguments = 7
|
||||||
min-public-methods = 1
|
min-public-methods = 1
|
||||||
fail-on = "error"
|
fail-on = "error"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue