chore: set py version for pyright

This commit is contained in:
Benexl
2025-08-18 13:24:50 +03:00
parent 5e82db4ea8
commit ade0465ea4

View File

@@ -1,5 +1,5 @@
{
"venvPath": ".",
"venv": ".venv",
"pythonVersion": "3.10"
"pythonVersion": "3.11"
}