os_data.py: Add Ventura identifier

This commit is contained in:
Mykola Grymalyuk
2022-06-07 09:08:22 -07:00
parent b7c1b2b3d1
commit 1cfec607df
2 changed files with 2 additions and 0 deletions

View File

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