From c62c8a30e292a8d094106f67a8eb43edb2a1e235 Mon Sep 17 00:00:00 2001 From: Stephen Simpson Date: Wed, 10 Dec 2025 11:23:36 -0600 Subject: [PATCH] updates --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3014eca..5ddf4ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = {text = "MIT"} authors = [ { name = "Stephen Simpson", email = "ssimpson89@users.noreply.github.com" } ] -requires-python = ">=3.12" +requires-python = ">=3.9" dependencies = [ "requests>=2.32.0", "rpmfile>=2.1.0",