From e7f6bd0397dcee1e0d8fa93f5aa8d8e1f0d75061 Mon Sep 17 00:00:00 2001 From: Jack Kingsman Date: Thu, 2 Apr 2026 18:41:03 -0700 Subject: [PATCH] Bump python requirement so as not to hit toml issues --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b8c0430..a62b9cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "remoteterm-meshcore" version = "3.7.1" description = "RemoteTerm - Web interface for MeshCore radio mesh networks" readme = "README.md" -requires-python = ">=3.10" +requires-python = ">=3.11" dependencies = [ "fastapi>=0.115.0", "uvicorn[standard]>=0.32.0", @@ -57,7 +57,7 @@ ignore = [ known-first-party = ["app"] [tool.pyright] -pythonVersion = "3.10" +pythonVersion = "3.11" typeCheckingMode = "basic" include = ["app"] exclude = ["references", ".venv", "tests"]