Skip to content

Commit 3296f33

Browse files
committed
more cython workaround
1 parent 806646d commit 3296f33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[build-system]
2-
requires = ["cython", "setuptools"]
2+
requires = ["cython < 3.1.0", "setuptools"]
33
build-backend = "setuptools.build_meta"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[build-system]
2-
requires = ["cython", "setuptools"]
2+
requires = ["cython < 3.1.0", "setuptools"]
33
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)