From 709e9de7a7ebd34c1eb5969269e0cd48daf43419 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 2 Sep 2024 19:55:07 -0400 Subject: [PATCH] Another one bites the dust -- Queen (#11525) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 459196c8d..9be55f581 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ requires = [ "cffi>=1.12; platform_python_implementation != 'PyPy'", # Needed because cffi imports distutils, and in Python 3.12, distutils has # been removed from the stdlib, but installing setuptools puts it back. - "setuptools!=74.0.0", + "setuptools!=74.0.0,!=74.1.0", ] build-backend = "maturin"