Bump python requirement so as not to hit toml issues

This commit is contained in:
Jack Kingsman
2026-04-02 18:41:03 -07:00
parent 1e7dc6af46
commit e7f6bd0397

View File

@@ -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"]