From cbd788a5732656b76901b72ef854020b4379be6f Mon Sep 17 00:00:00 2001 From: Benexl Date: Sun, 26 Oct 2025 20:13:49 +0300 Subject: [PATCH] chore: bump python version for pyright --- pyrightconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyrightconfig.json b/pyrightconfig.json index d4739d1..01a3290 100644 --- a/pyrightconfig.json +++ b/pyrightconfig.json @@ -1,5 +1,5 @@ { "venvPath": ".", "venv": ".venv", - "pythonVersion": "3.11" + "pythonVersion": "3.12" }