Skip to content

Commit

Permalink
Python EOL 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaniska244 committed Dec 17, 2024
1 parent f8e7e27 commit d34fefb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions src/python/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@
"3.12",
"3.11",
"3.10",
"3.9",
"3.8",
"3.7",
"3.6"
"3.9"
],
"default": "os-provided",
"description": "Select a Python version to install."
Expand Down
4 changes: 2 additions & 2 deletions test/python/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"features": {
"python": {
"version": "3.11",
"additionalVersions": "3.8,3.9.13,3.10.5"
"additionalVersions": "3.9.13,3.10.5"
}
}
},
Expand All @@ -53,7 +53,7 @@
"features": {
"python": {
"version": "3.11",
"additionalVersions": "3.8,3.9.13,3.10.5"
"additionalVersions": "3.9.13,3.10.5"
}
}
},
Expand Down

0 comments on commit d34fefb

Please sign in to comment.