From ccd0161fde11e880ca817cd555726ef2af67d19a Mon Sep 17 00:00:00 2001 From: Chris Proctor Date: Mon, 13 Jan 2025 22:18:53 -0500 Subject: [PATCH] Poetry update --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 922dd31..4fc151d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = [ {name = "Chris Proctor",email = "chris@chrisproctor.net"} ] readme = "README.md" -requires-python = ">=3.10" +requires-python = ">=3.10,<4.0" dependencies = [ ]