Skip to content

Commit

Permalink
dev(hansbug): use cython>=3 to build wheels, ci skip
Browse files Browse the repository at this point in the history
  • Loading branch information
HansBug committed Oct 16, 2024
1 parent 0017888 commit 8717f6f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
requires = [
"setuptools>=42",
"wheel",
"cython>=0.29; platform_system != 'Windows'",
"cython>=0.29,<3; platform_system == 'Windows'",
# "cython>=0.29; platform_system != 'Windows'",
# "cython>=0.29,<3; platform_system == 'Windows'",
"cython>=3",
]

[tool.cibuildwheel]
Expand Down

0 comments on commit 8717f6f

Please sign in to comment.