Skip to content

Commit

Permalink
Don't use Cython 3 to build. (celiagg#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
corranwebster authored Jul 28, 2023
1 parent 081ed46 commit 03edc25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["cython", "oldest-supported-numpy", "setuptools", "wheel"]
requires = ["cython<3", "oldest-supported-numpy", "setuptools", "wheel"]
build-backend = "setuptools.build_meta"

[tool.cibuildwheel]
Expand Down

0 comments on commit 03edc25

Please sign in to comment.