From 6b5fb32a97f7ed3c28d6d18da7e9b95142bb7ca1 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 2 Sep 2024 11:36:07 -0400 Subject: [PATCH] Revert "pin setuptools below 69.3 and prepare for "build" for releases" This reverts commit 38f8b565f794bf74a2a5f4fe01bac6c6c43106b5. --- pyproject.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 77c4782..320d94a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,6 @@ [build-system] build-backend = 'setuptools.build_meta' -requires = [ - # avoid moving to https://github.com/pypa/setuptools/issues/3593 - # until we're ready - "setuptools>=61.0,<69.3", -] +requires = ['setuptools >= 47', 'wheel'] [tool.black] line-length = 79