Skip to content

Commit 0ff4836

Browse files
committed
chore(venv): setup latest devcontainer
1 parent fa0c20f commit 0ff4836

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/py3.11/devcontainer.json renamed to .devcontainer/py3.13/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
22
// README at: https://github.com/devcontainers/templates/tree/main/src/python
33
{
4-
"name": "Python 3.11",
4+
"name": "Python 3.13",
55
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6-
"image": "mcr.microsoft.com/devcontainers/python:3.11",
6+
"image": "mcr.microsoft.com/devcontainers/python:3.13",
77
"features": {
88
"ghcr.io/warrenbuckley/codespace-features/sqlite:1": {}
99
},

0 commit comments

Comments
 (0)