Skip to content

Commit 4fd8348

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

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
@@ -36,7 +36,7 @@ classifiers = [
3636
"Topic :: Scientific/Engineering :: Medical Science Apps.",
3737
"Topic :: Software Development :: Libraries",
3838
]
39-
requires-python = ">=3.9"
39+
requires-python = ">=3.10"
4040
dependencies = [
4141
"itk == 5.4.*",
4242
]

0 commit comments

Comments
 (0)