We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd92dc5 commit d21e46aCopy full SHA for d21e46a
1 file changed
.devcontainer/devcontainer.json
@@ -6,8 +6,9 @@
6
// "image": "mcr.microsoft.com/devcontainers/python:3.9-bookworm",
7
// "image": "mcr.microsoft.com/devcontainers/python:3.10-bookworm",
8
// "image": "mcr.microsoft.com/devcontainers/python:3.11-bookworm",
9
- "image": "mcr.microsoft.com/devcontainers/python:3.12-bookworm",
10
- // "image": "mcr.microsoft.com/devcontainers/python:1-3.12-bullseye",
+ // "image": "mcr.microsoft.com/devcontainers/python:3.12-bookworm",
+ // "image": "mcr.microsoft.com/devcontainers/python:3.13-bookworm",
11
+ "image": "mcr.microsoft.com/devcontainers/python:3.14-bookworm",
12
13
"features": {
14
"ghcr.io/hspaans/devcontainer-features/pytest:1": {},
0 commit comments