polkascan / py-bip39-bindings

Python bindings for tiny-bip39 RUST crate
Apache License 2.0
4 stars 8 forks source link

update PyO3 #16

Open MementoRC opened 8 months ago

MementoRC commented 8 months ago

Would it be possible to update PyO3? The conda-forge recipe fails to support PYPY interpreter, which would require v0.15.2 upward to circumvent the UTF8 undefined attribute error. Updating to 0.15.2 would require to update: return Err(exceptions::ValueError::py_err("Invalid language_code"))