We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0017888 commit 8717f6fCopy full SHA for 8717f6f
pyproject.toml
@@ -2,8 +2,9 @@
2
requires = [
3
"setuptools>=42",
4
"wheel",
5
- "cython>=0.29; platform_system != 'Windows'",
6
- "cython>=0.29,<3; platform_system == 'Windows'",
+# "cython>=0.29; platform_system != 'Windows'",
+# "cython>=0.29,<3; platform_system == 'Windows'",
7
+ "cython>=3",
8
]
9
10
[tool.cibuildwheel]
0 commit comments