Skip to content

Commit 9593ec4

Browse files
committed
add os.getenv to the support matrix
1 parent d7ff56b commit 9593ec4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/shared_bindings_matrix.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
"collections": "CIRCUITPY_COLLECTIONS",
7373
"fontio": "CIRCUITPY_DISPLAYIO",
7474
"io": "CIRCUITPY_IO",
75+
"os.getenv": "CIRCUITPY_OS_GETENV",
7576
"select": "MICROPY_PY_USELECT_SELECT",
7677
"sys": "CIRCUITPY_SYS",
7778
"terminalio": "CIRCUITPY_DISPLAYIO",
@@ -86,6 +87,7 @@
8687
"collections",
8788
"errno",
8889
"json",
90+
"os.getenv",
8991
"re",
9092
"select",
9193
"sys",

0 commit comments

Comments
 (0)