We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9c7a9f + 9778216 commit 8c99601Copy full SHA for 8c99601
setup.py
@@ -29,7 +29,7 @@ def read(fname):
29
os.path.splitext(os.path.basename(path))[0]
30
for path in glob.glob('src/*.py')
31
],
32
- python_requires='~=3.4',
+ python_requires='>=3.4',
33
setup_requires=[
34
'setuptools-scm>=3.5',
35
0 commit comments