From 7c317fe48554e6003fc68f325717573a846a39dd Mon Sep 17 00:00:00 2001 From: laggardkernel Date: Wed, 21 May 2025 10:56:44 +0800 Subject: [PATCH] Fix libmc build --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1d3b789e..21d0e801 100644 --- a/setup.py +++ b/setup.py @@ -100,7 +100,7 @@ def find_version(*file_paths): "Topic :: Software Development :: Libraries", ], # Support for the basestring type is new in Cython 0.20. - setup_requires=["Cython >= 0.20"], + setup_requires=["Cython >= 0.20, < 3.1"], ext_modules=[ Extension( "libmc._client",