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