Merge pull request #247 from ipnet-mesh/chore/python-requires

Updated Python Requirements
This commit is contained in:
JingleManSweep
2026-06-14 18:47:03 +01:00
committed by GitHub
+1 -1
View File
@@ -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"}
]