Skip to content

Commit 8270d8f

Browse files
committed
pyproject.toml: Allow Cython 3.2.x
1 parent b680e04 commit 8270d8f

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, <3.2',
24+
'Cython>=3.0.10, <3.3',
2525
'numpy>=2.0.0rc1',
2626
]
2727
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)