From daedacb35f91623b361b596d986c92ad1be2f7fe Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Fri, 27 Oct 2023 15:27:04 -0700 Subject: [PATCH] Really require python 3.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7a3a828..aa6d35f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ authors = [ maintainers = [ { name = "Ian Fijolek", email = "iamthefij@gmail.com" } ] -requires_python = ">=3.7" +requires-python = ">=3.7" dependencies = ["requests"] [project.optional-dependencies]