ethereum / blake2b-py

Blake2b hashing in Rust with Python bindings.
MIT License
7 stars 17 forks source link

Add support for python 3.10 #10

Closed kclowes closed 2 years ago

kclowes commented 2 years ago

@cburgdorf how do I run the tests? I vaguely remember doing this before but can't remember how 🤔

cburgdorf commented 2 years ago

It should be make test_all

https://github.com/ethereum/blake2b-py/blob/473e9d5d6d39c40e1713c343937505c438287b46/Makefile#L26-L27

As far as cutting a release goes, it should go out automatically (including pushing to pypi) when you push a tag into the repo.

kclowes commented 2 years ago

Got it, thanks! This is ready for review when you get a chance!

cburgdorf commented 2 years ago

Looks good!