Skip to content

Commit

Permalink
Add python support for 3.7-3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ehysi committed Jun 28, 2023
1 parent a8db285 commit b4fa7ea
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion code-env/python/desc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
{
"acceptedPythonInterpreters": [
"PYTHON36"
"PYTHON36",
"PYTHON37",
"PYTHON38",
"PYTHON39",
"PYTHON310",
"PYTHON311"
],
"corePackagesSet": "AUTO",
"forceConda": false,
"installCorePackages": true,
"installJupyterSupport": false
Expand Down

0 comments on commit b4fa7ea

Please sign in to comment.