Skip to content

Commit 00794d0

Browse files
feat: added Python 3.14 to list of available containers (#367)
Co-authored-by: Álvaro Rausell Guiard <[email protected]>
1 parent 787b5a3 commit 00794d0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/python/devcontainer-template.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,28 @@
1212
"description": "Python version (use -bookworm, or -bullseye variants on local arm64/Apple Silicon):",
1313
"proposals": [
1414
"3-trixie",
15+
"3.14-trixie",
1516
"3.13-trixie",
1617
"3.12-trixie",
1718
"3.11-trixie",
1819
"3.10-trixie",
1920
"3.9-trixie",
2021
"3-bookworm",
22+
"3.14-bookworm",
2123
"3.13-bookworm",
2224
"3.12-bookworm",
2325
"3.11-bookworm",
2426
"3.10-bookworm",
2527
"3.9-bookworm",
2628
"3-bullseye",
29+
"3.14-bullseye",
2730
"3.13-bullseye",
2831
"3.12-bullseye",
2932
"3.11-bullseye",
3033
"3.10-bullseye",
3134
"3.9-bullseye"
3235
],
33-
"default": "3.13-trixie"
36+
"default": "3.14-trixie"
3437
}
3538
},
3639
"platforms": ["Python"],

0 commit comments

Comments
 (0)