You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: pin cryptography to a version working on manylinux1 for i686
cryptography>=3.4 is only usable on manylinux2010+ systems becaus of the lack of a decent rust compiler on older systems.
Furthermore, on i686 system cryptography does not provide wheels at all. Given OpenSSL version in dockross,
this restrict a bit more which version can be built from sources.
Pin version of cryptography to 3.2.x on linux i686/x86_64.
0 commit comments