Skip to content

Commit

Permalink
Merge pull request #220 from astrandb/Python313
Browse files Browse the repository at this point in the history
Bump devcontainer to Python3.13
  • Loading branch information
astrandb authored Dec 28, 2024
2 parents 3020921 + 64ea88e commit bf73286
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dev-weatherlink",
"image": "mcr.microsoft.com/devcontainers/python:1-3.12",
"image": "mcr.microsoft.com/devcontainers/python:1-3.13",
"postCreateCommand": "scripts/setup",
"appPort": [
"9126:8123"
Expand Down Expand Up @@ -41,7 +41,7 @@
"[markdown]": {
"files.trimTrailingWhitespace": false
},
"terminal.integrated.defaultProfile.linux": "zsh"
"terminal.integrated.defaultProfile.linux": "zsh"
}
}
},
Expand Down

0 comments on commit bf73286

Please sign in to comment.