Skip to content

Commit ee914ae

Browse files
maint: remove Python 3.8 from supported versions
1 parent 20b03f6 commit ee914ae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ classifiers = [
1010
"Topic :: Scientific/Engineering :: Image Recognition",
1111
"Topic :: Scientific/Engineering :: Bio-Informatics",
1212
"License :: OSI Approved :: Apache Software License",
13-
"Programming Language :: Python :: 3.8",
1413
"Programming Language :: Python :: 3.9",
1514
"Programming Language :: Python :: 3.10",
1615
"Programming Language :: Python :: 3.11",
@@ -19,7 +18,6 @@ classifiers = [
1918
dependencies = [
2019
"acres",
2120
"dipy >= 1.10.0",
22-
'importlib_resources; python_version < "3.9"', # jinja2 imports deprecated function removed in 2.1
2321
"markupsafe ~= 2.0.1",
2422
"matplotlib",
2523
"migas >= 0.4.0",

0 commit comments

Comments
 (0)