From 74e03ad1dea19137c2f1f63d58b25c0b5808aecf Mon Sep 17 00:00:00 2001 From: Loic Pottier Date: Tue, 9 Dec 2025 12:24:48 -0800 Subject: [PATCH] Bumped Python version to 3.10 from 3.9 Signed-off-by: Loic Pottier --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c5bd834f..4fa48839 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "ams-wf" version = "1.0" -requires-python = ">=3.9" +requires-python = ">=3.10" maintainers = [ { name = "Konstantinos Parasyris", email = "parasyris1@llnl.gov" }, { name = "Loic Pottier", email = "pottier1@llnl.gov" },