From 638a9056cd53bf03572f1755db5eab999360130c Mon Sep 17 00:00:00 2001 From: Michael Pilosov Date: Mon, 25 Nov 2024 21:18:52 +0000 Subject: [PATCH] loosen python --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 495d9d7..b15e6e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "pdf-utils" version = "0.0.1" description = "Slim PDF Utilities" readme = "README.md" -requires-python = ">=3.10" +requires-python = ">=3.9" dependencies = [ "pypdf>=5.1.0", ]