add os.getenv to the support matrix

This commit is contained in:
Jeff Epler 2023-07-20 10:51:35 -05:00
parent d7ff56b00e
commit 9593ec44b1
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE
1 changed files with 2 additions and 0 deletions

View File

@ -72,6 +72,7 @@ ADDITIONAL_MODULES = {
"collections": "CIRCUITPY_COLLECTIONS", "collections": "CIRCUITPY_COLLECTIONS",
"fontio": "CIRCUITPY_DISPLAYIO", "fontio": "CIRCUITPY_DISPLAYIO",
"io": "CIRCUITPY_IO", "io": "CIRCUITPY_IO",
"os.getenv": "CIRCUITPY_OS_GETENV",
"select": "MICROPY_PY_USELECT_SELECT", "select": "MICROPY_PY_USELECT_SELECT",
"sys": "CIRCUITPY_SYS", "sys": "CIRCUITPY_SYS",
"terminalio": "CIRCUITPY_DISPLAYIO", "terminalio": "CIRCUITPY_DISPLAYIO",
@ -86,6 +87,7 @@ MODULES_NOT_IN_BINDINGS = [
"collections", "collections",
"errno", "errno",
"json", "json",
"os.getenv",
"re", "re",
"select", "select",
"sys", "sys",