From 74ee36d409f6c74a97f3f25274f0cb2d6e3328ef Mon Sep 17 00:00:00 2001 From: Austin Gregg-Smith Date: Fri, 21 Feb 2025 12:23:32 +0000 Subject: [PATCH] reduce python requirement to 3.10 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9aa8ee7..a0b9039 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "Apache License 2.0" readme = "README.md" [tool.poetry.dependencies] -python = "^3.11" +python = "^3.10" textual = "^0.74.0" psutil = "^6.0.0" distro = "^1.9.0"