Add support for macOS Sonoma (#40115)
This commit is contained in:
		@@ -142,6 +142,7 @@ def __init__(self):
 | 
				
			|||||||
            "11": "bigsur",
 | 
					            "11": "bigsur",
 | 
				
			||||||
            "12": "monterey",
 | 
					            "12": "monterey",
 | 
				
			||||||
            "13": "ventura",
 | 
					            "13": "ventura",
 | 
				
			||||||
 | 
					            "14": "sonoma",
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        version = macos_version()
 | 
					        version = macos_version()
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user