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 8c7aaa0 commit 37acc12Copy full SHA for 37acc12
pyproject.toml
@@ -1,5 +1,10 @@
1
[build-system]
2
-requires = ["setuptools >= 40.8.0", "cython"]
+requires = [
3
+ "setuptools >= 40.8.0",
4
+ "cython; python_version < '3.11'",
5
+ "cython @ git+https://github.com/cython/cython.git@refs/pull/5871/merge; python_version >= '3.11'",
6
+ "wheel; python_version >= '3.11'",
7
+]
8
build-backend = "setuptools.build_meta"
9
10
[project]
0 commit comments