Add support for macOS Ventura (#31812)

This commit is contained in:
Adam J. Stewart 2022-08-01 09:45:56 -07:00 committed by GitHub
parent 90dbfea895
commit f018b869e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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