Skip to content

Commit 5568674

Browse files
committed
add(OSVer): Ventura constant
1 parent 7e3b9c9 commit 5568674

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/util/os_version.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
19: f"macOS 10.15 {color_text('(Catalina)', 'cyan')}",
2020
20: f"macOS 11 {color_text('(Big Sur)', 'cyan')}",
2121
21: f"macOS 12 {color_text('(Monterey)', 'cyan')}",
22+
22: f"macOS 13 {color_text('(Ventura)', 'cyan')}"
2223
}
2324

2425
_platform = platform.system().lower()

0 commit comments

Comments
 (0)