From 34481a4062e06cb783b9aaac5e29db11c7fd63d0 Mon Sep 17 00:00:00 2001 From: Gregory Marco Date: Fri, 10 Oct 2025 22:59:58 -0500 Subject: [PATCH] Lower python requirement to 3.10 --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1e58f32..f8c11e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,8 @@ version = "0.0.1" dependencies = [ "PyYAML >= 6.0.2", "pillow >= 11.3.0", "goat-tools >= 0.0.1" ] -requires-python = ">=3.11" +#requires-python = ">=3.11" +requires-python = ">=3.10" authors = [ {name = "Gregory Marco", email = "greg@nanoyagi.com"} ]