From e056f200af082cf9c7e233b342517e69d0bd8228 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sun, 1 Sep 2024 16:40:49 -0700 Subject: [PATCH] restrict setuptools to work around breakage --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0ca94fd2..ff1984a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [build-system] # Must be kept in sync with `dependencies` below requires = [ - "setuptools>=61.0.0", + "setuptools>=61.0.0,!=74.0.0", "wheel", "cffi>=1.4.1; platform_python_implementation != 'PyPy'", ]