Skip to content

Commit 9a56a5c

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

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.github/workflows/contrib.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
matrix:
3434
os: ["ubuntu-latest"]
35-
python-version: [3.8]
35+
python-version: ["3.12"]
3636
nipype-extras: ["dev"]
3737
check: ["specs", "style"]
3838
env:

.github/workflows/tests.yml

+3-3
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

+1-2
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)