From 962d477cd6cb473a60aecc8de6e1fa323f0568f3 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 2 Sep 2024 19:48:50 -0400 Subject: [PATCH] Another one bites the dust -- Queen --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 459196c8ddbd..9be55f581af3 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"