Add support for macOS Sequoia (#45018)
This commit is contained in:
parent
1bdc30979d
commit
bf6a9ff5ed
1 changed files with 1 additions and 0 deletions
|
@ -143,6 +143,7 @@ def __init__(self):
|
|||
"12": "monterey",
|
||||
"13": "ventura",
|
||||
"14": "sonoma",
|
||||
"15": "sequoia",
|
||||
}
|
||||
|
||||
version = macos_version()
|
||||
|
|
Loading…
Reference in a new issue