Add support for macOS Sequoia (#45018)

This commit is contained in:
Adam J. Stewart 2024-07-03 19:59:26 +02:00 committed by Harmen Stoppels
parent 1bdc30979d
commit bf6a9ff5ed

View file

@ -143,6 +143,7 @@ def __init__(self):
"12": "monterey",
"13": "ventura",
"14": "sonoma",
"15": "sequoia",
}
version = macos_version()