Skip to content

Commit e2f78a0

Browse files
authored
Merge pull request #362 from paxtonfitzpatrick/master
pin minimum python version in setup.py
2 parents da5f37d + 9af51e7 commit e2f78a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
author = 'Cosan Lab',
1818
author_email = '[email protected]',
1919
url = 'http://neurolearn.readthedocs.org/en/latest/',
20+
python_requires = '>=3.6',
2021
install_requires = requirements,
2122
extras_require = {
2223
'interactive_plots':['ipywidgets>=5.2.2']
@@ -32,8 +33,9 @@
3233
'analysis engine powering www.neuro-learn.org.',
3334
keywords = ['neuroimaging', 'preprocessing', 'analysis','machine-learning'],
3435
classifiers = [
35-
"Programming Language :: Python :: 2.7",
3636
"Programming Language :: Python :: 3.6",
37+
"Programming Language :: Python :: 3.7",
38+
"Programming Language :: Python :: 3.8",
3739
"Operating System :: OS Independent",
3840
"Intended Audience :: Science/Research",
3941
"License :: OSI Approved :: MIT License"

0 commit comments

Comments
 (0)