Skip to content

Commit 375ecd0

Browse files
authored
BLD: drop upper pin on cython
closes MagicStack#98
1 parent de13727 commit 375ecd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
ROOT = pathlib.Path(__file__).parent
1717

18-
CYTHON_DEPENDENCY = 'Cython(>=0.29.24,<0.30.0)'
18+
CYTHON_DEPENDENCY = 'Cython>=0.29.24'
1919

2020

2121
class httptools_build_ext(build_ext):

0 commit comments

Comments
 (0)