Skip to content

Commit c98b508

Browse files
committed
MNT: Drop Python 3.8 support
1 parent b91ee6a commit c98b508

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,22 +91,22 @@ jobs:
9191
strategy:
9292
matrix:
9393
os: ["ubuntu-22.04"]
94-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
94+
python-version: ["3.9", "3.10", "3.11", "3.12"]
9595
check: ["test"]
9696
pip-flags: [""]
9797
depends: ["REQUIREMENTS"]
9898
deb-depends: [false]
9999
nipype-extras: ["doc,tests,profiler"]
100100
include:
101101
- os: ubuntu-22.04
102-
python-version: "3.8"
102+
python-version: "3.9"
103103
check: test
104104
pip-flags: ""
105105
depends: REQUIREMENTS
106106
deb-depends: true
107107
nipype-extras: doc,tests,profiler,duecredit,ssh
108108
- os: ubuntu-20.04
109-
python-version: 3.8
109+
python-version: "3.9"
110110
check: test
111111
pip-flags: ""
112112
depends: REQUIREMENTS

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.8",
5857
"Programming Language :: Python :: 3.9",
5958
"Programming Language :: Python :: 3.10",
6059
"Programming Language :: Python :: 3.11",
6160
"Programming Language :: Python :: 3.12",
6261
"Topic :: Scientific/Engineering",
6362
]
64-
PYTHON_REQUIRES = ">= 3.8"
63+
PYTHON_REQUIRES = ">= 3.9"
6564

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

0 commit comments

Comments
 (0)