joltwallet / esp_littlefs

LittleFS port for ESP-IDF
MIT License
254 stars 95 forks source link

Pin littlefs-python requirement for older versions of Python #180

Closed adokitkat closed 6 months ago

adokitkat commented 6 months ago

Hi again.

We finally got to merge backports of LittleFS example in ESP-IDF to v5.0 and v5.1 branches but the CI is broken again... Due to me not fully understanding virtual environments in Python. However this change should fix it. ESP-IDF v5.0 and v5.1 has minimal version requirement for Python to be 3.7 so we released littlefs-python version 0.9.3 (https://github.com/jrast/littlefs-python/pull/78) while ago (it seems 0.10.0 should also be compatible) and this change should make sure the virtual environment created during fetching joltwallet/littlefs (esp_littlefs) from component manager will have the exact version we need.

@BrianPugh

Thank you.

BrianPugh commented 6 months ago

looks good to me! will merge and tag a release. Thanks!

BrianPugh commented 6 months ago

released in v1.14.2

adokitkat commented 6 months ago

Thanks a lot!