From 694370012e353ea788a95b14873219ca237e64bf Mon Sep 17 00:00:00 2001 From: Joseph Lee Date: Tue, 30 Jan 2024 08:16:17 -0700 Subject: [PATCH] Install tasks: remove Windows 10/11 headercomment. Preparation for install tasks update: remove Windows 10/11 header comment for build ranges. If winVersion.WinVersion list is used in the future, the header comments would be redundant as attribute names do specify Windows release series. --- addon/installTasks.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/addon/installTasks.py b/addon/installTasks.py index 403de378..8f46490d 100755 --- a/addon/installTasks.py +++ b/addon/installTasks.py @@ -19,9 +19,7 @@ # Windows 10 22H2 (19045) is supported until October 2025 as this is the final Windows 10 feature update. # For Insider Preview builds, only the latest build for each channel (canary/dev/beta) are supported. SUPPORTED_BUILDS: dict[int, str] = { - # Windows 10 19045: "10 22H2", - # Windows 11 22621: "11 22H2", 22631: "11 23H2", }