Skip to content

Commit

Permalink
windowsversions: Add Windows 11 24H2
Browse files Browse the repository at this point in the history
Add detection for Windows 11 24H2.
  • Loading branch information
prgmitchell committed Oct 17, 2024
1 parent 411364d commit 449dfb6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions checks/utils/windowsversions.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@
"name": "Windows 11 23H2",
"date": datetime.date(2023, 10, 31),
"EoS": datetime.date(2025, 11, 11),
},
26100: {
"release": 2033,
"name": "Windows 11 24H2",
"date": datetime.date(2024, 10, 1),
"EoS": datetime.date(2026, 10, 13),
}
}

Expand Down

0 comments on commit 449dfb6

Please sign in to comment.