From 5c5014339f11ce7f8172d62491a92ace4976edbe Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 28 Oct 2024 02:24:24 -0600 Subject: [PATCH] Allow python 3.12 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 17ddf2a..8913cb2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" packages = [{include = "rbproto"}] [tool.poetry.dependencies] -python = ">=3.10,<3.12" +python = ">=3.10,<=3.13" protobuf = "^4.25.3"