pyca / pynacl

Python binding to the Networking and Cryptography (NaCl) library
https://pynacl.readthedocs.io/
Apache License 2.0
1.07k stars 232 forks source link

Wheels uploaded only for Python 3.6 #744

Closed ccordoba12 closed 2 years ago

ccordoba12 commented 2 years ago

The new 1.5.0 release has only wheels for Python 3.6 and not for other Python versions in PyPI:

https://pypi.org/project/PyNaCl/#files

reaperhulk commented 2 years ago

https://cryptography.io/en/latest/faq/#why-are-there-no-wheels-for-my-python3-x-version

ccordoba12 commented 2 years ago

Thanks for the fast response!