Closed ejona86 closed 5 months ago
Nice finding and yes, we should change this.
Btw , we actually do not support Python 3.12, ~but~ but it is good to know if one have already start to test it with Pronterface.
@rockstorm101, I did a successful quick test locally for Windows with py3.10
Very good report with helpful and on-point links. Many thanks.
readfp() was deprecated in Python 3.2 and removed in Python 3.12. read_file() is a drop-in replacement.
Fixes this error with Python 3.12: