From 3db9ec919e9ea477bd58bdd82c94ed3b98a434e0 Mon Sep 17 00:00:00 2001 From: knokko Date: Mon, 2 Dec 2024 16:23:17 +0100 Subject: [PATCH] Require Python >= 3.7 instead of >= 3.9 --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9ab670c..7eaf58a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,5 +4,6 @@ build-backend = "hatchling.build" [project] name = 'helpor' -version = '0.1.2' -requires-python = '>= 3.9' +version = '0.1.3' +requires-python = '>= 3.7' +