Skip to content

Commit 4afaf86

Browse files
committed
COMP: Update minimum Python version to 3.10+
1 parent a152f89 commit 4afaf86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ classifiers = [
3535
"Topic :: Scientific/Engineering :: Medical Science Apps.",
3636
"Topic :: Software Development :: Libraries",
3737
]
38-
requires-python = ">=3.9"
38+
requires-python = ">=3.10"
3939
dependencies = [
4040
"itk-io == 5.4.*",
4141
"numpy",

0 commit comments

Comments
 (0)