Re: [Cryptography-dev] Linux CPython 3.8 version for cffi, bcrypt and PyNaCl

2021-11-15 Thread Paul Kehrer
Tags with "linux" are disallowed to PyPI because they will not be cross-compatible. The manylinux (and later musllinux) specifications were created to allow binary distribution on Linux and cryptography uploads wheels for many permutations of that. cffi has slightly different restrictions (it can

Re: [Cryptography-dev] Linux CPython 3.8 version for cffi, bcrypt and PyNaCl

2021-11-15 Thread Alex Gaynor
Cryptography already publishes abi3 wheels that cover all supported versions of Python3: https://cryptography.io/en/latest/faq/#why-are-there-no-wheels-for-my-python3-x-version You likely need to upgrade your version of pip. Alex On Mon, Nov 15, 2021 at 8:57 PM Andrey Gusakov wrote: > > Hi guys