From 55d6726aa51f95ef5d06f06498f35d5cbb607630 Mon Sep 17 00:00:00 2001 From: Heberto Mayorquin Date: Tue, 4 Nov 2025 13:21:13 -0600 Subject: [PATCH] remove python cap --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7de2802634..b68a49216e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = [ ] description = "Python toolkit for analysis, visualization, and comparison of spike sorting output" readme = "README.md" -requires-python = ">=3.9,<3.14" +requires-python = ">=3.9" classifiers = [ "Programming Language :: Python :: 3 :: Only", "License :: OSI Approved :: MIT License",