Skip to content

Support libnacl v1.9.0 onward

Moul requested to merge libnacl into main

libnacl.version file removed:

Get version with importlib.metadata.version("libnacl"):

Could have use pkg_resources.get_distribution("libnacl").version:

libnacl brought a breaking change, because it most likely does not follow semver versioning scheme.

Edited by Moul

Merge request reports