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

@@ -25,6 +25,7 @@
- Deprecate TUI support
- Users may still manually run from source for future builds
- Binaries will no longer be provided on future release
- Switch boot.efi model patch to iMac18,1
## 0.4.5
- Fix AutoPatcher.pkg download on releases

View File

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