Skip to content

Commit f7712fa

Browse files
chore: set devcontainer python image to 3.14
Agent-Logs-Url: https://github.com/microsoftgraph/msgraph-sdk-python/sessions/9d2334e8-1034-4309-925b-95d702a548bb Co-authored-by: ramsessanchez <63934382+ramsessanchez@users.noreply.github.com>
1 parent 2a0154d commit f7712fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
// "image": "mcr.microsoft.com/devcontainers/python:3.11-bookworm",
88
// "image": "mcr.microsoft.com/devcontainers/python:3.12-bookworm",
99
// "image": "mcr.microsoft.com/devcontainers/python:1-3.12-bullseye",
10-
//"image": "mcr.microsoft.com/devcontainers/python:3.13-bookworm",
11-
"image": "mcr.microsoft.com/devcontainers/python:3.13-bullseye",
10+
//"image": "mcr.microsoft.com/devcontainers/python:3.14-bookworm",
11+
"image": "mcr.microsoft.com/devcontainers/python:3.14-bullseye",
1212

1313
"features": {
1414
"ghcr.io/hspaans/devcontainer-features/pytest:1": {},

0 commit comments

Comments
 (0)