From 8787239551c472e5659ecd1fba8344bfcc5228dd Mon Sep 17 00:00:00 2001 From: Erik Welch Date: Mon, 2 Oct 2023 17:20:05 -0500 Subject: [PATCH] Try building with cffi <1.16 Our automatic wheel builds failed --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7265a23..35f3211 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = [ "setuptools >=64", "setuptools-git-versioning", "wheel", - "cffi>=1.11", + "cffi>=1.11,<1.16", "cython", "oldest-supported-numpy", ]