Skip to content

Commit

Permalink
Add macOS Sonoma to _osx_codename_map (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegibson15 authored Feb 17, 2024
1 parent 63eb6cf commit c715739
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/rospkg/os_detect.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,8 @@ def get_codename(self):
'10.15': 'catalina',
'11': 'big sur',
'12': 'monterey',
'13': 'ventura'
'13': 'ventura',
'14': 'sonoma',
}


Expand Down

0 comments on commit c715739

Please sign in to comment.