From 72b3be4ef149511ebea05410274132e70261b93c Mon Sep 17 00:00:00 2001 From: Samuel Cormier-Iijima Date: Mon, 3 Jun 2024 15:20:48 -0400 Subject: [PATCH] python 3.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1eadb60..e227587 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "graphql-core-promise" dynamic = ["version"] description = "Add support for promise-based dataloaders and resolvers to graphql-core v3+" readme = "README.md" -requires-python = ">=3.10" +requires-python = ">=3.7" authors = [ { name = "Samuel Cormier-Iijima", email = "sam@fellow.co" }, { name = "Shen Li", email = "dustet@gmail.com" },