Skip to content

Commit

Permalink
Install tasks: remove Windows 10/11 headercomment.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
josephsl committed Jan 30, 2024
1 parent 1e00470 commit 6943700
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions addon/installTasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}
Expand Down

0 comments on commit 6943700

Please sign in to comment.