Skip to content

Commit c715739

Browse files
authored
Add macOS Sonoma to _osx_codename_map (#262)
1 parent 63eb6cf commit c715739

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/rospkg/os_detect.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,8 @@ def get_codename(self):
318318
'10.15': 'catalina',
319319
'11': 'big sur',
320320
'12': 'monterey',
321-
'13': 'ventura'
321+
'13': 'ventura',
322+
'14': 'sonoma',
322323
}
323324

324325

0 commit comments

Comments
 (0)