bobjacobsen / python-openlcb

MIT License
2 stars 1 forks source link

Document python 3.8 use; add a serial example #25

Closed bobjacobsen closed 4 months ago

bobjacobsen commented 4 months ago

This updates the README for Python 3.8 instead of 3.10. Also added an example script that uses a serial port instead of a TCP GridConnect connection.

@Poikilos I didn't update the Python 3.10 reference in the pyproject.toml file. Should I include that? Thanks

Poikilos commented 4 months ago

@Poikilos I didn't update the Python 3.10 reference in the pyproject.toml file. Should I include that? Thanks

Yes, I missed that. Under "classifiers" the Python classifier can be changed to Programming Language :: Python :: 3.8. The full list of valid classifiers is at https://pypi.org/classifiers/.