Skip to content

Commit

Permalink
Remove python<3.0 restriction in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mlell committed Oct 30, 2019
1 parent a8fd6a1 commit be3bda8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def read(fname):
setuptools.setup(
name = 'redo-tools',
version = redo.version.TAG.replace('-', '+', 1),
python_requires='>=2.7, <3.0',
python_requires='>=2.7',
author = 'Avery Pennarun',
author_email = '[email protected]',
description = ('djb redo: a recursive, general purpose build system.'),
Expand Down

0 comments on commit be3bda8

Please sign in to comment.