File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 9191 strategy :
9292 matrix :
9393 os : ['ubuntu-20.04']
94- python-version : [3.7, 3. 8, 3.9, "3.10"]
94+ python-version : [3.8, 3.9, "3.10"]
9595 check : ['test']
9696 pip-flags : ['']
9797 depends : ['REQUIREMENTS']
Original file line number Diff line number Diff line change @@ -54,13 +54,12 @@ 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.7" ,
5857 "Programming Language :: Python :: 3.8" ,
5958 "Programming Language :: Python :: 3.9" ,
6059 "Programming Language :: Python :: 3.10" ,
6160 "Topic :: Scientific/Engineering" ,
6261]
63- PYTHON_REQUIRES = ">= 3.7 "
62+ PYTHON_REQUIRES = ">= 3.8 "
6463
6564description = "Neuroimaging in Python: Pipelines and Interfaces"
6665
You can’t perform that action at this time.
0 commit comments