From 1721d5e740e8813d46656d26d637b9775dc17bad Mon Sep 17 00:00:00 2001 From: Hans Johnson Date: Thu, 2 Apr 2026 20:28:23 -0500 Subject: [PATCH] COMP: Update minimum Python version to 3.10+ --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a8147f7..d132f31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ classifiers = [ "Topic :: Scientific/Engineering :: Medical Science Apps.", "Topic :: Software Development :: Libraries", ] -requires-python = ">=3.9" +requires-python = ">=3.10" dependencies = [ "itk == 5.4.*", ]