Skip to content

Commit a331df3

Browse files
mkoeppetkralphs
authored andcommitted
pyproject.toml: Allow Cython 3.1.x
1 parent 41ca86a commit a331df3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Documentation="https://coin-or.github.io/CyLP"
2121
[build-system]
2222
requires = [
2323
'setuptools',
24-
'Cython == 3.0.10',
24+
'Cython>=3.0.10, <3.2',
2525
'numpy>=2.0.0rc1',
2626
]
2727
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)