Skip to content

Commit 2e74c07

Browse files
authored
Update devcontainer.json to use python 3.11
1 parent bb113c2 commit 2e74c07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Python DevContainer",
3-
"image": "mcr.microsoft.com/devcontainers/python:3.9",
3+
"image": "mcr.microsoft.com/devcontainers/python:3.11",
44
"customizations": {
55
"vscode": {
66
"settings": {

0 commit comments

Comments
 (0)