From c6eec527366e0e9364ccae72bf6267b6b3e22d72 Mon Sep 17 00:00:00 2001 From: Wilson Beebe Date: Fri, 26 Apr 2024 12:12:00 -0700 Subject: [PATCH] Limit to python 3.11.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 547e74c5..b912271e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ classifiers = [ "Programming Language :: Python", ] dynamic=["version"] -requires-python = ">=3.9" +requires-python = ">=3.9,<3.11.9" dependencies = [ 'pandas', 'numpy',