Skip to content

Commit 9c007ec

Browse files
chore: update devcontainer target image to Python 3.14
Agent-Logs-Url: https://github.com/microsoftgraph/msgraph-beta-sdk-python/sessions/fd44b549-b72f-4980-a4c7-0a76623379d4 Co-authored-by: ramsessanchez <63934382+ramsessanchez@users.noreply.github.com>
1 parent f7193ba commit 9c007ec

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
// "image": "mcr.microsoft.com/devcontainers/python:3.12-bookworm",
99
// "image": "mcr.microsoft.com/devcontainers/python:1-3.12-bullseye",
1010
//"image": "mcr.microsoft.com/devcontainers/python:3.13-bookworm",
11-
"image": "mcr.microsoft.com/devcontainers/python:3.13-bullseye",
11+
//"image": "mcr.microsoft.com/devcontainers/python:3.13-bullseye",
12+
"image": "mcr.microsoft.com/devcontainers/python:3.14-bookworm",
1213

1314
"features": {
1415

0 commit comments

Comments
 (0)