diff --git a/getkey/platforms.py b/getkey/platforms.py index 3bb4345..6a069d8 100644 --- a/getkey/platforms.py +++ b/getkey/platforms.py @@ -222,6 +222,8 @@ def windows_or_unix(*args, **kwargs): PLATFORMS = [ ('linux', PlatformUnix), ('darwin', PlatformUnix), + ('freebsd12', PlatformUnix), + ('openbsd6', PlatformUnix), ('win32', PlatformWindows), ('cygwin', windows_or_unix), ]