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
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