Skip to content

Version 0.3.5

Compare
Choose a tag to compare
@robweber robweber released this 02 Nov 20:42
· 34 commits to main since this release

The Python version in this release is bookended between 3.7 and 3.10. This is due to some changes in Raspberry Pi OS 12 (Bookworm), which ships with Python 3.11. Many upstream libraries, like Waveshare, will not run on this platform yet. Changes to get these libraries working may make upcoming releases not backwards compatible once Python 3.11 support is added. Since Waveshare doesn't using versioning on their libs this release will provide a cutoff for what versions of this library work depending on the Python version you have. If future updates are backwards compatible these restrictions will be removed in future versions of omni-epd.

Changed

  • changed valid Python versions from 3.7 < 3.11. Issues currently on 3.11 installs running on Raspberry Pi OS 12 (Bookworm)
  • pinned Waveshare repo to 4822c07. This is known to work with Python 3.7 < 3.10.
  • pinned IT8951 repo to 6721516. This is known to work with Python 3.7 < 3.10.

Fixed