Skip to content

Commit 86f438a

Browse files
committed
BF: boost min cython to 0.23 (Closes #14699)
1 parent 3ac41ab commit 86f438a

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
@@ -27,7 +27,7 @@ def is_platform_mac():
2727
import versioneer
2828
cmdclass = versioneer.get_cmdclass()
2929

30-
min_cython_ver = '0.19.1'
30+
min_cython_ver = '0.23'
3131
try:
3232
import Cython
3333
ver = Cython.__version__

0 commit comments

Comments
 (0)