Skip to content

Commit 55b1f0c

Browse files
feat: update devcontainer to Python 3.14, remove 3.9 image reference
Agent-Logs-Url: https://github.com/microsoftgraph/msgraph-sdk-python-core/sessions/f8b5c8c9-e430-42e8-8fe2-42673c863a3e Co-authored-by: ramsessanchez <63934382+ramsessanchez@users.noreply.github.com>
1 parent e2bfae1 commit 55b1f0c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33
{
44
"name": "Python 3",
55
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6-
// "image": "mcr.microsoft.com/devcontainers/python:3.9-bookworm",
76
// "image": "mcr.microsoft.com/devcontainers/python:3.10-bookworm",
87
// "image": "mcr.microsoft.com/devcontainers/python:3.11-bookworm",
98
// "image": "mcr.microsoft.com/devcontainers/python:3.12-bookworm",
109
// "image": "mcr.microsoft.com/devcontainers/python:1-3.12-bullseye",
1110
// "image": "mcr.microsoft.com/devcontainers/python:3.13-bookworm",
12-
"image": "mcr.microsoft.com/devcontainers/python:3.13-bullseye",
11+
"image": "mcr.microsoft.com/devcontainers/python:3.14-bookworm",
1312

1413
"features": {
1514
"ghcr.io/hspaans/devcontainer-features/pytest:1": {},

0 commit comments

Comments
 (0)