Skip to content

Commit e000251

Browse files
Install Time::Piece Perl module required by OpenSSL 3.0.18+ build system
1 parent e20d911 commit e000251

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/python/devcontainer-feature.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "python",
3-
"version": "1.7.1",
3+
"version": "1.8.0",
44
"name": "Python",
55
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/python",
66
"description": "Installs the provided version of Python, as well as PIPX, and other common Python utilities. JupyterLab is conditionally installed with the python feature. Note: May require source code compilation.",
@@ -9,6 +9,7 @@
99
"type": "string",
1010
"proposals": [
1111
"latest",
12+
"3.14",
1213
"os-provided",
1314
"none",
1415
"3.12",

0 commit comments

Comments
 (0)