Skip to content

Commit 8b6df35

Browse files
committed
MAINT: Update to 3.10 min
1 parent b4fb25c commit 8b6df35

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,13 @@ classifiers = [
1212
"Intended Audience :: Science/Research",
1313
"Topic :: Scientific/Engineering :: Image Recognition",
1414
"License :: OSI Approved :: Apache Software License",
15-
"Programming Language :: Python :: 3.9",
1615
"Programming Language :: Python :: 3.10",
1716
"Programming Language :: Python :: 3.11",
17+
"Programming Language :: Python :: 3.12",
1818
]
1919
license = {file = "LICENSE"}
20-
requires-python = ">=3.9"
20+
requires-python = ">=3.10"
2121
dependencies = [
22-
'importlib_resources; python_version < "3.9"',
2322
"nibabel >= 5.0.0",
2423
"nipype >= 1.8.5",
2524
"nireports >= 23.2.0",

0 commit comments

Comments
 (0)