Add support for macOS Sonoma (#40115)

This commit is contained in:
Adam J. Stewart 2023-09-22 04:21:26 -05:00 committed by GitHub
parent 32927fd1c1
commit 419878f035
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -142,6 +142,7 @@ def __init__(self):
"11": "bigsur",
"12": "monterey",
"13": "ventura",
"14": "sonoma",
}
version = macos_version()