rustyrussell / secp256k1-py

Python FFI bindings for libsecp256k1 (maintained)
MIT License
56 stars 12 forks source link

upgrade to Py37+ #13

Open fametrano opened 1 year ago

fametrano commented 1 year ago

With Python2 being already unsupported (even if erroneously reported in pypy as supported) I took a chance at upgradng to py37+ standard.

If this is well received, next step might be to annotate the code (mypy) and the libary would be up to the best current python coding standars

This PR is built on top of https://github.com/rustyrussell/secp256k1-py/pull/12

jnicoulaud-ledger commented 1 month ago

Any chance to merge this ? :pray: