From 375ecd087e37d743be432b8d32e998a463fbd6eb Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Fri, 2 Aug 2024 10:21:54 -0400 Subject: [PATCH] BLD: drop upper pin on cython closes #98 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 200e6f6..adca1f8 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ ROOT = pathlib.Path(__file__).parent -CYTHON_DEPENDENCY = 'Cython(>=0.29.24,<0.30.0)' +CYTHON_DEPENDENCY = 'Cython>=0.29.24' class httptools_build_ext(build_ext):