From 20f7c868cc426a811d75425d1fbb2df7f62cef1a Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 8 May 2024 22:15:16 +0300 Subject: [PATCH] chore: Python version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2ca39b4..ad93e4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["alxwnth "] readme = "README.md" [tool.poetry.dependencies] -python = "^3.10" +python = "^3.12" [tool.poetry.group.test.dependencies] pytest = "^8.2.0"