From bd16ed07725fa30e9011796bc160661bf539e297 Mon Sep 17 00:00:00 2001 From: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com> Date: Mon, 7 Oct 2024 20:00:56 -0400 Subject: [PATCH] chore: support python 3.10+ (#113) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9a633fc..986e8b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ authors = [ ] license = { text = "Apache 2.0" } readme = "README.md" -requires-python = ">=3.11,<4" +requires-python = ">=3.10,<4" dependencies = [ "eth-ape>=0.8,<1",