Skip to content

Commit 440302a

Browse files
committed
pyproject.toml: constraint cython version
1 parent 9690b05 commit 440302a

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
@@ -1,6 +1,6 @@
11
[build-system]
22
build-backend = "setuptools.build_meta"
3-
requires = ["Cython>=3.0.2", "setuptools>=59.2.0", "wheel"]
3+
requires = ["Cython>=3.0.2,<3.1", "setuptools>=59.2.0", "wheel"]
44

55
[tool.isort]
66
# from https://black.readthedocs.io/en/stable/compatible_configs.html

0 commit comments

Comments
 (0)