python-metrohash icon indicating copy to clipboard operation
python-metrohash copied to clipboard

Python bindings for MetroHash

Results 4 python-metrohash issues
Sort by recently updated
recently updated
newest added

Hi :wave: Based on the previous PR that add support for python 3.11 (https://github.com/escherba/python-metrohash/pull/24), I open a PR to add support for python 3.12.

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @​actions/artifact dependency by @​bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...

dependencies

Temporary fix for #29 until code fixed

Hi, when I try to (uv) pip install this package from Python 3.12, there is no wheel (see #27) so we build from source. Cython 3.1.0 was released yesterday, so...