Skip to content

Commit 37acc12

Browse files
committed
chore(pyproject): Require unmerged cython and wheel for ABI3 builds
1 parent 8c7aaa0 commit 37acc12

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
[build-system]
2-
requires = ["setuptools >= 40.8.0", "cython"]
2+
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+
]
38
build-backend = "setuptools.build_meta"
49

510
[project]

0 commit comments

Comments
 (0)