From 72796489f29f08c7b976ff8b4d432a8de3a6f722 Mon Sep 17 00:00:00 2001 From: Preston Peranich Date: Fri, 21 Nov 2025 10:03:07 -0500 Subject: [PATCH] fix: remove python patch version constraint. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f4150d6..272ea6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ authors = [ { name = "Chadwick Boulay", email = "chadwick.boulay@gmail.com" }, ] readme = "README.md" -requires-python = ">=3.10.15" +requires-python = ">=3.10" dynamic = ["version"] dependencies = [ "ezmsg-sigproc>=2.2.0",