Skip to content

Commit e5ed09c

Browse files
committed
COMP: Update minimum Python version to 3.10+
1 parent eff004a commit e5ed09c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ classifiers = [
3737
"Topic :: Scientific/Engineering :: Medical Science Apps.",
3838
"Topic :: Software Development :: Libraries",
3939
]
40-
requires-python = ">=3.9"
40+
requires-python = ">=3.10"
4141
dependencies = [
4242
"itk == 5.4.*",
4343
]

0 commit comments

Comments
 (0)