Skip to content

Commit 8717f6f

Browse files
committed
dev(hansbug): use cython>=3 to build wheels, ci skip
1 parent 0017888 commit 8717f6f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
requires = [
33
"setuptools>=42",
44
"wheel",
5-
"cython>=0.29; platform_system != 'Windows'",
6-
"cython>=0.29,<3; platform_system == 'Windows'",
5+
# "cython>=0.29; platform_system != 'Windows'",
6+
# "cython>=0.29,<3; platform_system == 'Windows'",
7+
"cython>=3",
78
]
89

910
[tool.cibuildwheel]

0 commit comments

Comments
 (0)