diff --git a/pyproject.toml b/pyproject.toml index 914bfbf..1a2912b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ version = "0.0.0" description = "Python monorepo for managing and orchestrating MeshCore mesh networks" readme = "README.md" license = {text = "GPL-3.0-or-later"} -requires-python = ">=3.14" +requires-python = ">=3.13" authors = [ {name = "MeshCore Hub Contributors"} ]