We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d1e761 commit 0fb3785Copy full SHA for 0fb3785
requirements-dev.txt
@@ -16,7 +16,4 @@ wheeltools
16
# need to pin cryptography for manylinux1 builds
17
# cryptography only provides manylinux2010 wheels since 3.4.0
18
# because of the lack of a decent rust compiler on manylinux1
19
-# Furthermore, the x86 has no wheels at all requiring to build
20
-# from source. Given OpenSSL version in the dockcross image, this
21
-# restrict cryptography version to 3.2.x
22
-cryptography~=3.2.1 ; sys_platform=="linux" and platform_machine in "i386, i486, i586, i686, x86_64"
+cryptography~=3.3.2 ; sys_platform=="linux" and platform_machine in "i386, i486, i586, i686, x86_64"
0 commit comments