Add support for macOS Ventura (#31812)
This commit is contained in:
parent
90dbfea895
commit
f018b869e6
@ -141,6 +141,7 @@ def __init__(self):
|
||||
"10.16": "bigsur",
|
||||
"11": "bigsur",
|
||||
"12": "monterey",
|
||||
"13": "ventura",
|
||||
}
|
||||
|
||||
version = macos_version()
|
||||
|
Loading…
Reference in New Issue
Block a user