diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 86e0403..84070aa 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "Python 3", - "image": "mcr.microsoft.com/vscode/devcontainers/python:3.13", + "image": "mcr.microsoft.com/vscode/devcontainers/python:3.14", "forwardPorts": [8000], "postCreateCommand": "pip install -r requirements.txt", "customizations": {