From 13ab4682edf2d8cc1fb3d3a69f6eb95f541cbea3 Mon Sep 17 00:00:00 2001 From: Louis King Date: Sun, 14 Jun 2026 18:42:55 +0100 Subject: [PATCH] Updates --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"} ]