Skip to content
This repository was archived by the owner on May 28, 2026. It is now read-only.

Commit a06df36

Browse files
committed
COMP: Update minimum Python version to 3.10+
1 parent 0166df1 commit a06df36

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
@@ -35,7 +35,7 @@ classifiers = [
3535
"Topic :: Scientific/Engineering :: Medical Science Apps.",
3636
"Topic :: Software Development :: Libraries",
3737
]
38-
requires-python = ">=3.8"
38+
requires-python = ">=3.10"
3939
dependencies = [
4040
"itk == 5.4.*",
4141
]

0 commit comments

Comments
 (0)