Skip to content

Commit

Permalink
Merge pull request #89 from insertjokehere/fix/88
Browse files Browse the repository at this point in the history
Fix python_requires constraint blocking install using Poetry
  • Loading branch information
dmtucker authored May 26, 2020
2 parents f9c7a9f + 9778216 commit 8c99601
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 @@ -29,7 +29,7 @@ def read(fname):
os.path.splitext(os.path.basename(path))[0]
for path in glob.glob('src/*.py')
],
python_requires='~=3.4',
python_requires='>=3.4',
setup_requires=[
'setuptools-scm>=3.5',
],
Expand Down

0 comments on commit 8c99601

Please sign in to comment.