Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pyproject.toml: pin setuptools < 72.2 to avoid issue with PyPy >=3.8
only with setuptools >= 72.2 we get the "TypeError: 'NoneType' object is not subscriptable (key slice(None, None, None))" error when building the extension module on PyPy 3.8+ on Linux and MacOS. fixup
- Loading branch information