We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a37ba0 commit 9c90924Copy full SHA for 9c90924
nipype/info.py
@@ -59,7 +59,9 @@ def get_nipype_gitversion():
59
'Programming Language :: Python :: 2.7',
60
'Programming Language :: Python :: 3.4',
61
'Programming Language :: Python :: 3.5',
62
- 'Programming Language :: Python :: 3.6', 'Topic :: Scientific/Engineering'
+ 'Programming Language :: Python :: 3.6',
63
+ 'Programming Language :: Python :: 3.7',
64
+ 'Topic :: Scientific/Engineering'
65
]
66
67
description = 'Neuroimaging in Python: Pipelines and Interfaces'
0 commit comments