From 2fd723987e1af5efc61511c4cda524ecccebc8e5 Mon Sep 17 00:00:00 2001 From: Maxime PERALTA Date: Thu, 19 Feb 2026 10:43:50 +0100 Subject: [PATCH] (chore) Remove python upper version requirement. Bump package version. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fada5d4..982a96e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ packages = ["apparun"] [project] name = "apparun" -version = "0.4.1" +version = "0.4.2" authors = [{ name = "Maxime Peralta", email = "maxime.peralta@cea.fr"}] maintainers= [{name = "Maxime Peralta", email = "maxime.peralta@cea.fr"}] description = "Appa Run is a package to execute impact models produced by Appa Build" @@ -22,7 +22,7 @@ classifiers = [ "Intended Audience :: Science/Research", "Topic :: Scientific/Engineering", ] -requires-python = ">=3.11,<3.12" +requires-python = ">=3.11" dependencies = [ "aenum", "pydantic",