From b49eeed43e957fe10eea10f1c377b384f5f5ea61 Mon Sep 17 00:00:00 2001 From: sarayourfriend <24264157+sarayourfriend@users.noreply.github.com> Date: Fri, 29 Dec 2023 09:35:32 +1100 Subject: [PATCH] Set requires-python to fix build metadata --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 7175982..53e0a56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,6 +33,7 @@ dependencies = [ "jsonschema>=2.5.1", "xmltodict>=0.11.0", ] +requires-python = ">=3.8" [project.urls] Homepage = "https://github.com/h2non/pook"