Skip to content

Commit 048c0a8

Browse files
committed
Remove python 2 support
As new cryptography library is not supporting python2 (and other recent changes to this library made it incompatible with python2), do not allow installing with python2.
1 parent 947245e commit 048c0a8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
keywords='ssh pubkey public key openssh ssh-rsa ssh-dss ssh-ed25519',
3232
packages=["sshpubkeys"],
3333
test_suite="tests",
34+
python_requires='>=3',
3435
install_requires=['cryptography>=2.1.4', 'ecdsa>=0.13'],
3536
extras_require={
3637
'dev': ['twine', 'wheel', 'yapf'],

0 commit comments

Comments
 (0)