Skip to content

Commit 7e46a67

Browse files
committed
Pin Cython version
1 parent 89c361a commit 7e46a67

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
@@ -72,7 +72,7 @@
7272
version=VERSION,
7373
description='Fast and lightweight set for unsigned 32 bits integers.',
7474
long_description=long_description,
75-
setup_requires=['cython'],
75+
setup_requires=['cython<3.0.0'],
7676
url='https://github.com/Ezibenroc/PyRoaringBitMap',
7777
author='Tom Cornebize',
7878
author_email='[email protected]',

0 commit comments

Comments
 (0)