Exact same issue as: https://github.com/escherba/python-metrohash/issues/29 Current workaround with uv, in pyproject.toml add: ``` [tool.uv] build-constraint-dependencies = ["Cython<3.1.0"] ```