--- pyproject.toml.orig 2024-09-02 02:39:41 +++ pyproject.toml 2024-09-02 05:56:15 @@ -4,7 +4,6 @@ [build-system] requires = [ "setuptools >= 61", - "setuptools < 72; python_implementation == 'PyPy'", # https://github.com/pypa/distutils/issues/283 "pybind11 >= 2.12.0", ] build-backend = "setuptools.build_meta"