Add support for macOS Sequoia (#45018)

This commit is contained in:
Adam J. Stewart
2024-07-03 19:59:26 +02:00
committed by GitHub
parent 5262412c13
commit f951f38883

View File

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