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