oconnor663 / blake3-py

Python bindings for the BLAKE3 cryptographic hash function
Other
139 stars 12 forks source link

fix CI for 32-bit Windows #13

Closed oconnor663 closed 3 years ago

oconnor663 commented 3 years ago

The upgrade to PyO3 0.12 made PYO3_CROSS_INCLUDE_DIR mandatory for that target, but I'm not sure yet how to set it.

davidhewitt commented 3 years ago

This was unfortunately a regression for 0.12; see https://github.com/PyO3/pyo3/pull/1179

A fix is merged and is incoming for 0.12.1 which I hope to find time to start publishing later today or tomorrow.

Sorry for the inconvenience.

oconnor663 commented 3 years ago

Oh fabulous. No, no inconvenience at all. This isn't blocking any features or anything like that. Thanks for the heads up.

oconnor663 commented 3 years ago

Rerunning CI on pyo3 0.12.1, I can confirm that this is fixed. Thanks for the quick turnaround!