Skip to content

Commit 9c90924

Browse files
committed
MNT: Update Python version classifiers
1 parent 3a37ba0 commit 9c90924

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nipype/info.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ def get_nipype_gitversion():
5959
'Programming Language :: Python :: 2.7',
6060
'Programming Language :: Python :: 3.4',
6161
'Programming Language :: Python :: 3.5',
62-
'Programming Language :: Python :: 3.6', 'Topic :: Scientific/Engineering'
62+
'Programming Language :: Python :: 3.6',
63+
'Programming Language :: Python :: 3.7',
64+
'Topic :: Scientific/Engineering'
6365
]
6466

6567
description = 'Neuroimaging in Python: Pipelines and Interfaces'

0 commit comments

Comments
 (0)