File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 91
91
strategy :
92
92
matrix :
93
93
os : ['ubuntu-20.04']
94
- python-version : [3.7, 3. 8, 3.9, "3.10"]
94
+ python-version : [3.8, 3.9, "3.10"]
95
95
check : ['test']
96
96
pip-flags : ['']
97
97
depends : ['REQUIREMENTS']
Original file line number Diff line number Diff line change @@ -54,13 +54,12 @@ def get_nipype_gitversion():
54
54
"License :: OSI Approved :: Apache Software License" ,
55
55
"Operating System :: MacOS :: MacOS X" ,
56
56
"Operating System :: POSIX :: Linux" ,
57
- "Programming Language :: Python :: 3.7" ,
58
57
"Programming Language :: Python :: 3.8" ,
59
58
"Programming Language :: Python :: 3.9" ,
60
59
"Programming Language :: Python :: 3.10" ,
61
60
"Topic :: Scientific/Engineering" ,
62
61
]
63
- PYTHON_REQUIRES = ">= 3.7 "
62
+ PYTHON_REQUIRES = ">= 3.8 "
64
63
65
64
description = "Neuroimaging in Python: Pipelines and Interfaces"
66
65
You can’t perform that action at this time.
0 commit comments