![](https://secure.gravatar.com/avatar/81f310942fe5989105a6b474cda4c843.jpg?s=120&d=mm&r=g)
PyCA bcrypt 3.2.1 has been released to PyPI. Bcrypt provides modern(-ish) password hashing using, unsurprisingly, the bcrypt algorithm. Changelog: * Added support for compilation on z/OS * The next release of bcrypt will be 4.0 and it will require Rust at compile time, for users building from source. There will be no additional requirement for users who are installing from wheels. Users on most platforms will be able to obtain a wheel by making sure they have an up to date pip. The minimum supported Rust version will be 1.56.0. * This will be the final release for which we ship manylinux2010 wheels. Going forward the minimum supported manylinux ABI for our wheels will be manylinux2014. The vast majority of users will continue to receive manylinux wheels provided they have an up to date pip. -Paul Kehrer (reaperhulk)
participants (1)
-
Paul Kehrer