Skip to content

Commit 1567b72

Browse files
committed
MNT: Drop Python 3.7 support
1 parent 3481908 commit 1567b72

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
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']

nipype/info.py

+1-2
Original file line numberDiff line numberDiff 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

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

0 commit comments

Comments
 (0)