Skip to content

Commit 5cd5830

Browse files
authored
Add android as supported platform
1 parent 753cb42 commit 5cd5830

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

readchar/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from ._config import config
1212

1313

14-
if platform.startswith(("linux", "darwin", "freebsd", "openbsd")):
14+
if platform.startswith(("linux", "darwin", "freebsd", "openbsd", "android")):
1515
from . import _posix_key as key
1616
from ._posix_read import readchar, readkey
1717
elif platform in ("win32", "cygwin"):

0 commit comments

Comments
 (0)