We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 818e6d2 commit e7eb589Copy full SHA for e7eb589
setup.py
@@ -24,7 +24,7 @@
24
"pyasn1-modules>=0.2.1",
25
# rsa==4.5 is the last version to support 2.7
26
# https://github.com/sybrenstuvel/python-rsa/issues/152#issuecomment-643470233
27
- 'rsa<4.6; python_version < "3.6"',
+ 'rsa<4.9; python_version < "3.6"',
28
'rsa>=3.1.4,<5; python_version >= "3.6"',
29
# install enum34 to support 2.7. enum34 only works up to python version 3.3.
30
'enum34>=1.1.10; python_version < "3.4"',
0 commit comments