would it be possible to get support for Pypy / Hpy?
I don't see wheels for PyPy on pypi, for windows, so I suppose it's maybe not yet compatible ?
PyPy does look possible with some minor fixes, but HPy support wouldn't be possible without replacing pybind11
Happy to merge a PR that fixes the issues with PyPy 😁
@Mause could you elaborate on what is not yet working under Pypy? Pypy is supposed to be a drop-in replacement for CPython, after all.
@fomcl you can look at the build failure here: https://github.com/Mause/duckdb/runs/7709633572?check_suite_focus=true
Looks like we were once compatible though: https://github.com/duckdb/duckdb/pull/720
Well, I do see a WARNING: The wheel package is not available. in the log you provided.