Skip to content

Commit 9778216

Browse files
Fix python_requires constraint blocking install using Poetry
Fixes #88
1 parent f9c7a9f commit 9778216

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)