Skip to content

Commit d21e46a

Browse files
Copilotbaywet
andcommitted
ci: update devcontainer to python 3.14
Co-authored-by: baywet <7905502+baywet@users.noreply.github.com>
1 parent dd92dc5 commit d21e46a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
// "image": "mcr.microsoft.com/devcontainers/python:3.9-bookworm",
77
// "image": "mcr.microsoft.com/devcontainers/python:3.10-bookworm",
88
// "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",
9+
// "image": "mcr.microsoft.com/devcontainers/python:3.12-bookworm",
10+
// "image": "mcr.microsoft.com/devcontainers/python:3.13-bookworm",
11+
"image": "mcr.microsoft.com/devcontainers/python:3.14-bookworm",
1112

1213
"features": {
1314
"ghcr.io/hspaans/devcontainer-features/pytest:1": {},

0 commit comments

Comments
 (0)