From 3dd6384fd094e18733564536cde9078897a554f5 Mon Sep 17 00:00:00 2001 From: Amritanshu Date: Fri, 31 May 2024 07:27:37 +0530 Subject: [PATCH] Chore: Moved to python 3.12 --- .vscode/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 38e56f89..e7adaf6d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,5 @@ { - "python.defaultInterpreterPath": "/home/tanshu/.cache/pypoetry/virtualenvs/brewman-C3_Ccu4O-py3.11/bin/python", + "python.defaultInterpreterPath": "/home/tanshu/.cache/pypoetry/virtualenvs/brewman-C3_Ccu4O-py3.12/bin/python", "files.exclude": { "**/__pycache__": true, "**/.mypy_cache": true, @@ -14,4 +14,4 @@ "**/package-lock.json": true, "/overlord/.angular/**": true, } -} \ No newline at end of file +}