Skip to content

Commit

Permalink
add python_requires to setup.py (#1123)
Browse files Browse the repository at this point in the history
* add python_requires to setup.py so that unsupported python
interpreters don't install anyways

* Drop the upper-bound from python_requires
per #1123
  • Loading branch information
stefansjs committed May 20, 2020
1 parent 4a69516 commit 7e82dd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -47,6 +47,7 @@
'numba >= 0.43.0',
'soundfile >= 0.9.0',
],
python_requires='>=3.6',
extras_require={
'docs': ['numpydoc', 'sphinx!=1.3.1', 'sphinx_rtd_theme',
'matplotlib >= 2.0.0',
Expand Down

0 comments on commit 7e82dd7

Please sign in to comment.