forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Description
CircuitPython version and board name
circuitpython-stubs 10.0.0 on macos 26.
Code/REPL
N/A
Behavior
N/A
Description
Just updated to python 3.14 and got the following error:
❯ uv run circuitpython_setboard feather_m4_can
Traceback (most recent call last):
File ".venv/bin/circuitpython_setboard", line 4, in <module>
from circuitpython_setboard import set_board
File ".venv/lib/python3.14/site-packages/circuitpython_setboard/__init__.py", line 15, in <module>
from importlib.abc import Traversable
ImportError: cannot import name 'Traversable' from 'importlib.abc' (cpython-3.14.0-macos-aarch64-none/lib/python3.14/importlib/abc.py)
Works fine with python 3.13.
Additional information
No response