Skip to content

Commit

Permalink
Python Feature Version Update (#222) (#1148)
Browse files Browse the repository at this point in the history
* Fix: Handle case where Python version is already installed in dev container (#617)

* Incorporated Review Comment: Version exist handling

* Update: Python Feature Version
  • Loading branch information
gvatsal60 authored Oct 22, 2024
1 parent 125f6b0 commit 90824ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "python",
"version": "1.6.4",
"version": "1.6.5",
"name": "Python",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/python",
"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.",
Expand Down

0 comments on commit 90824ff

Please sign in to comment.