From 64653fb9610ebc9450b670246837147d1cc5dce8 Mon Sep 17 00:00:00 2001 From: kutuzov13 Date: Fri, 31 May 2024 15:06:08 +0300 Subject: [PATCH] chore: bump python version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 29f3b2d..55b72d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [] [tool.poetry.dependencies] -python = ">=3.9, <3.11" +python = ">=3.9, <3.13" pybotx = "~0.63.0" pybotx-smartapp-rpc = ">=0.5.6,<0.8.0"