Skip to content

Commit 90824ff

Browse files
authored
Python Feature Version Update (#222) (#1148)
* Fix: Handle case where Python version is already installed in dev container (#617) * Incorporated Review Comment: Version exist handling * Update: Python Feature Version
1 parent 125f6b0 commit 90824ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "python",
3-
"version": "1.6.4",
3+
"version": "1.6.5",
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.",

0 commit comments

Comments
 (0)