From c42ee3c3f9576df8401339d445b46829a23debde Mon Sep 17 00:00:00 2001 From: zacharyburnett Date: Thu, 14 Mar 2024 14:11:01 -0400 Subject: [PATCH 1/2] require Python 3.10 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 7679140..3835c13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,7 @@ dependencies = [ dynamic = [ "version", ] +requires-python = "3.10" [project.readme] file = "README.md" From c8901b96a56551a728f0463daf483c23d14bbbc6 Mon Sep 17 00:00:00 2001 From: Zach Burnett Date: Thu, 14 Mar 2024 14:12:18 -0400 Subject: [PATCH 2/2] add pin --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3835c13..6a22fa6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ dynamic = [ "version", ] -requires-python = "3.10" +requires-python = ">=3.10" [project.readme] file = "README.md"