Release/v0.4.2 #2

Merged
rus07tam merged 4 commits from release/v0.4.2 into main 2025-10-29 18:15:30 +03:00
Showing only changes of commit dc33a78700 - Show all commits

View file

@ -10,15 +10,19 @@ keywords = ["python3", "event system", "ecs", "reactive programming"]
classifiers = [
"Development Status :: 3 - Alpha",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Programming Language :: Python :: Free Threading",
]
requires-python = ">=3.12"
requires-python = ">=3.10"
dependencies = [
"exceptiongroup>=1.3.0",
"networkx>=3.4.2",
"pydantic>=2.12.3",
"typing-extensions>=4.15.0",
]
license = "CC0-1.0"
license-files = ["LICENSE"]