Skip to content

Commit 8c99601

Browse files
authored
Merge pull request #89 from insertjokehere/fix/88
Fix python_requires constraint blocking install using Poetry
2 parents f9c7a9f + 9778216 commit 8c99601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def read(fname):
2929
os.path.splitext(os.path.basename(path))[0]
3030
for path in glob.glob('src/*.py')
3131
],
32-
python_requires='~=3.4',
32+
python_requires='>=3.4',
3333
setup_requires=[
3434
'setuptools-scm>=3.5',
3535
],

0 commit comments

Comments
 (0)