Skip to content

Commit

Permalink
Allow python 3 before 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarhiggott committed Apr 23, 2021
1 parent fffe636 commit 26eda76
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 @@ -133,6 +133,6 @@ def build_extension(self, ext):
],
long_description=long_description,
long_description_content_type='text/markdown',
python_requires='>=3.6',
python_requires='>=3',
zip_safe=False,
)

0 comments on commit 26eda76

Please sign in to comment.