Skip to content

Commit 081067c

Browse files
committed
Increase minimal Cython version to 0.28
1 parent bcd1384 commit 081067c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def is_platform_mac():
3232
return sys.platform == 'darwin'
3333

3434

35-
min_cython_ver = '0.24'
35+
min_cython_ver = '0.28'
3636
try:
3737
import Cython
3838
ver = Cython.__version__

0 commit comments

Comments
 (0)