Skip to content

Commit

Permalink
Setup: support only Python 3.5+
Browse files Browse the repository at this point in the history
  • Loading branch information
HacKanCuBa committed Feb 6, 2018
1 parent 3973e7d commit 331cdda
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ def readme():
'(GPLv3+)',
'Natural Language :: English',
'Operating System :: POSIX :: Linux',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Security :: Cryptography',
'Topic :: Utilities'
],
Expand All @@ -37,7 +38,7 @@ def readme():
author_email='[email protected]',
license='GNU GPL 3.0+',
packages=['passphrase'],
python_requires='~=3.2',
python_requires='>=3.5',
install_requires=[
],
test_suite='nose.collector',
Expand Down

0 comments on commit 331cdda

Please sign in to comment.