Skip to content

Commit 8d55769

Browse files
authored
Try building with cffi <1.16 (#99)
Our automatic wheel builds failed
1 parent fb6b33a commit 8d55769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = [
44
"setuptools >=64",
55
"setuptools-git-versioning",
66
"wheel",
7-
"cffi>=1.11",
7+
"cffi>=1.11,<1.16",
88
"cython",
99
"oldest-supported-numpy",
1010
]

0 commit comments

Comments
 (0)