Skip to content

Commit 5dbbd65

Browse files
committed
MNT: Set minimum Python to 3.7
1 parent e131a53 commit 5dbbd65

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nipype/info.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,13 @@ def get_nipype_gitversion():
5454
"License :: OSI Approved :: Apache Software License",
5555
"Operating System :: MacOS :: MacOS X",
5656
"Operating System :: POSIX :: Linux",
57-
"Programming Language :: Python :: 3.6",
5857
"Programming Language :: Python :: 3.7",
5958
"Programming Language :: Python :: 3.8",
6059
"Programming Language :: Python :: 3.9",
6160
"Programming Language :: Python :: 3.10",
6261
"Topic :: Scientific/Engineering",
6362
]
64-
PYTHON_REQUIRES = ">= 3.6"
63+
PYTHON_REQUIRES = ">= 3.7"
6564

6665
description = "Neuroimaging in Python: Pipelines and Interfaces"
6766

0 commit comments

Comments
 (0)