Skip to content

Commit 0fb3785

Browse files
committed
Try using cryptography~=3.3.2
1 parent 7d1e761 commit 0fb3785

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

requirements-dev.txt

+1-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,4 @@ wheeltools
1616
# need to pin cryptography for manylinux1 builds
1717
# cryptography only provides manylinux2010 wheels since 3.4.0
1818
# 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"
19+
cryptography~=3.3.2 ; sys_platform=="linux" and platform_machine in "i386, i486, i586, i686, x86_64"

0 commit comments

Comments
 (0)