We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e131a53 commit 5dbbd65Copy full SHA for 5dbbd65
nipype/info.py
@@ -54,14 +54,13 @@ def get_nipype_gitversion():
54
"License :: OSI Approved :: Apache Software License",
55
"Operating System :: MacOS :: MacOS X",
56
"Operating System :: POSIX :: Linux",
57
- "Programming Language :: Python :: 3.6",
58
"Programming Language :: Python :: 3.7",
59
"Programming Language :: Python :: 3.8",
60
"Programming Language :: Python :: 3.9",
61
"Programming Language :: Python :: 3.10",
62
"Topic :: Scientific/Engineering",
63
]
64
-PYTHON_REQUIRES = ">= 3.6"
+PYTHON_REQUIRES = ">= 3.7"
65
66
description = "Neuroimaging in Python: Pipelines and Interfaces"
67
0 commit comments