From 1deaa8d7887ed1f2a09e6969219338f93e7abe77 Mon Sep 17 00:00:00 2001 From: evilchili Date: Sat, 7 Feb 2026 17:44:05 -0800 Subject: [PATCH] bumping python version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b4a0541..de3705d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ build-backend = "poetry.core.masonry.api" [tool.black] line-length = 120 -target-version = ['py310'] +target-version = ['py311'] [tool.isort] multi_line_output = 3