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 71fc3e74bd
commit 280a77424d

View file

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