Skip to content

Commit

Permalink
Merge pull request #119 from danyeaw/python-version
Browse files Browse the repository at this point in the history
Enforces Python version 3.5 and above
  • Loading branch information
dgelessus authored Jun 11, 2018
2 parents c6d7656 + f13b3c0 commit 17ff80b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
author_email='[email protected]',
url='http://pybee.org/rubicon',
packages=find_packages(exclude=['tests']),
python_requires='>=3.4',
namespace_packages=['rubicon'],
license='New BSD',
classifiers=[
Expand All @@ -35,6 +36,7 @@
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3 :: Only',
'Topic :: Software Development',
],
Expand Down

0 comments on commit 17ff80b

Please sign in to comment.