From 6abf379e79190113b8f3618e932e172c86f05029 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Mon, 16 Dec 2024 13:13:24 +0100 Subject: [PATCH] Pin back python version --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 417a86b66..4c98c78a0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,7 +30,7 @@ classifiers = [options] zip_safe = false include_package_data = true -python_requires = >=3.9,<3.14 +python_requires = >=3.9,<3.13 setup_requires = cython>=0.29.0,<3.0 numpy>=2.0.0,<3.0.0