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
178 stars 14 forks source link

Add Python 3.10 support - upstream rshell dept #89

Closed Josverl closed 2 years ago

Josverl commented 2 years ago

currently tests fail on Windows Python 3.10 due to a failing rshell dependency on pyreadline which is ancient

.venv\lib\site-packages\pyreadline\py3k_compat.py:8
  c:\develop\MyPython\micropython-stubber\.venv\lib\site-packages\pyreadline\py3k_compat.py:8: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.10 it will stop working
Josverl commented 2 years ago

https://github.com/Josverl/micropython-stubber/blob/8084b2b595052459f6170d0f62877865a9940ddf/.github/workflows/pytest.yml#L23-L24