From c6ed9a5fa1b20702f13c33e1d7e54bfba964c0f2 Mon Sep 17 00:00:00 2001 From: aserrador Date: Tue, 7 Apr 2026 10:46:02 -0500 Subject: [PATCH] fix: python version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e738856..6895d77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "tryton_mcp" version = "0.1.0" description = "Add your description here" readme = "README.md" -requires-python = ">=3.14" +requires-python = ">=3.14, <4.0" dependencies = [ "fastmcp[tasks]>=3.1.0", "sabatron-tryton-rpc-client>=7.4.0",