Skip to content

Commit 5915ae9

Browse files
authored
Merge pull request #80 from ojarva/remove-python2.7-support
Remove python2.7 support
2 parents 947245e + 72c5866 commit 5915ae9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='sshpubkeys',
12-
version='3.2.0',
12+
version='3.3.0',
1313
description='SSH public key parser',
1414
long_description=long_description,
1515
url='https://github.com/ojarva/python-sshpubkeys',
@@ -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)