bobjacobsen / python-openlcb

MIT License
2 stars 1 forks source link

Python 3.8 compatibility (such as for Windows 7) #24

Closed Poikilos closed 7 months ago

Poikilos commented 7 months ago

This is a redo of the pull request. The previous pull request had 0 commits since I rebased. The commits were stored in this branch:

git switch main
# At this point, slicked GitHub "Sync fork" button on web
git pull
git branch -b python-3.8-compat
git cherry-pick 6d6b15f2c3361050a1776d1f14fcca9e7163c577
git cherry-pick 7ed5549b87d83fed5e5a4957d5e400c195b76c25
# These changes were rehashed by git into python-3.8-compat (based on the new upstream main) as 0ed45f0 and 192a9a1 

so this one can be used for the PR.

To reiterate https://github.com/bobjacobsen/PythonOlcbNode/pull/23:

Python 3.8 compatibility changes:

bobjacobsen commented 7 months ago

Thanks for this!