Allow python 3.12

This commit is contained in:
Ivan Malison 2024-10-28 02:24:24 -06:00
parent 84188a6066
commit 5c5014339f

View File

@ -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"