Skip to content

Commit

Permalink
[Templates] Support python 3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samruddhikhandale committed Oct 3, 2023
1 parent 6cb30d7 commit 898cc7c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/python/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "python",
"version": "2.0.1",
"version": "3.0.0",
"name": "Python 3",
"description": "Develop Python 3 applications.",
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/python",
Expand All @@ -12,22 +12,25 @@
"description": "Python version (use -bookworm, or -bullseye variants on local arm64/Apple Silicon):",
"proposals": [
"3-bookworm",
"3.12-bookworm",
"3.11-bookworm",
"3.10-bookworm",
"3.9-bookworm",
"3.8-bookworm",
"3-bullseye",
"3.12-bullseye",
"3.11-bullseye",
"3.10-bullseye",
"3.9-bullseye",
"3.8-bullseye",
"3-buster",
"3.12-buster",
"3.11-buster",
"3.10-buster",
"3.9-buster",
"3.8-buster"
],
"default": "3.11-bullseye"
"default": "3.12-bullseye"
}
},
"platforms": [
Expand Down

0 comments on commit 898cc7c

Please sign in to comment.