From 08f9ea511a32f65fd7bb9c153975314c58ce197c Mon Sep 17 00:00:00 2001 From: Felipe Pinto Date: Wed, 19 Mar 2025 16:54:56 -0300 Subject: [PATCH] chore: Require Python >= 3.9 - Update requirement in `pyproject.toml` file. Ref: https://app.shortcut.com/cordada/story/13263 [sc-13263] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0e4af765..a79bfbff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "signxml>=4.0.0", "typing-extensions>=4.0.1", ] -requires-python = ">=3.8, <3.11" +requires-python = ">=3.9, <3.11" authors = [ {name = "Fyntex TI SpA", email = "no-reply@fyntex.ai"}, ]