Josverl / micropython-stubber

Generate and maintain stubs for different MicroPython ports to use with VSCode and Pylance, PyRight, Thonny, PyCharm or MyPy
https://micropython-stubber.readthedocs.io
Other
172 stars 14 forks source link

Support Python v3.11 #271

Closed BradenM closed 1 year ago

BradenM commented 1 year ago

Currently, micropython-stubber is constrained either by its own pyproject.toml or one/more of its dependencies and cannot be installed in a python v3.11 environment.

Josverl commented 1 year ago

It's in pyproject https://github.com/Josverl/micropython-stubber/blob/main/pyproject.toml#L42

I'll update and extend the test matrix