From d34fefbe4012e50baf2610c1b21efa711b646c75 Mon Sep 17 00:00:00 2001 From: Kaniska244 Date: Tue, 17 Dec 2024 09:11:33 +0000 Subject: [PATCH] Python EOL 3.8 --- src/python/devcontainer-feature.json | 5 +---- test/python/scenarios.json | 4 ++-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/src/python/devcontainer-feature.json b/src/python/devcontainer-feature.json index 64b02fd34..7f4056241 100644 --- a/src/python/devcontainer-feature.json +++ b/src/python/devcontainer-feature.json @@ -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." diff --git a/test/python/scenarios.json b/test/python/scenarios.json index e4fe0f0cd..ee5c20ce2 100644 --- a/test/python/scenarios.json +++ b/test/python/scenarios.json @@ -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" } } }, @@ -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" } } },