Chore: Moved to python 3.12

This commit is contained in:
Amritanshu Agrawal 2024-05-31 07:27:37 +05:30
parent a20b054acc
commit 3dd6384fd0

View File

@ -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": { "files.exclude": {
"**/__pycache__": true, "**/__pycache__": true,
"**/.mypy_cache": true, "**/.mypy_cache": true,
@ -14,4 +14,4 @@
"**/package-lock.json": true, "**/package-lock.json": true,
"/overlord/.angular/**": true, "/overlord/.angular/**": true,
} }
} }