Skip to content

Commit dc39d3b

Browse files
committed
COMP: Update minimum Python version to 3.10+
1 parent 54e259e commit dc39d3b

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
@@ -39,7 +39,7 @@ classifiers = [
3939
"Topic :: Scientific/Engineering :: Medical Science Apps.",
4040
"Topic :: Software Development :: Libraries",
4141
]
42-
requires-python = ">=3.9"
42+
requires-python = ">=3.10"
4343
dependencies = [
4444
"itk == 5.4.*",
4545
]

0 commit comments

Comments
 (0)