Python 3.12 support.
The latest version of this project doesn't have a wheel for Python 3.12, though the project does not seem to specify its incompatibility with 3.12 anywhere. Are there any technical limitations why 3.12 wheel is missing from PyPI? If not, can we please have a 3.12 wheel released there? Thank you!
I think the automated wheel building using azure-pipelines only happens upon release, and hasn't been updated to include 3.12. In the meantime I would recommend conda-forge as the best way to get binaries.
Hopefully there is a new build release going now that can provide wheels for 3.12, hopefully it will be available in due course.
There's now a Linux wheel, but not one for Windows. Frustrating given that 3.13 is out and 3.12 hdbscan still isn't fully built.
There should be windows wheels now...
Not sure if above post was mistaken, but there are no [many]linux wheels available for 3.12+ - would love to see them if possible. Thank you!
There were some build issues with manylinux and 3.12 that are not fully understood. An sdist based install on linux often works though.