From e8bf993f6a0a52172d6d4c5b65debddcc7702b63 Mon Sep 17 00:00:00 2001 From: Serene-Arc <33189705+Serene-Arc@users.noreply.github.com> Date: Sun, 24 Sep 2023 13:16:42 +1000 Subject: [PATCH] Update python version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0064848ae..950779253 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ line-length = 80 [tool.isort] profile = "black" -py_version = 36 +py_version = 38 multi_line_output = 3 line_length = 80 indent = 4