os_data.py: Add macOS Sonoma enum

Well it’s the time of year again, time to get cracking
This commit is contained in:
Mykola Grymalyuk
2023-06-05 19:35:00 -06:00
parent d4a64b8f1a
commit 4d970cd6f2
2 changed files with 2 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ class os_data(enum.IntEnum):
big_sur = 20
monterey = 21
ventura = 22
sonoma = 23
max_os = 99