mirror of
https://github.com/espressif/esp-idf-sbom.git
synced 2025-08-06 15:18:59 +08:00

Currently the pypi release workflow is failing[1] because it's using ubuntu-latest(24.04) runner with python 3.7, but python 3.7 is not supported on 24.04 by setup-python action. Bump the python to 3.13. https://github.com/espressif/esp-idf-sbom/actions/runs/13919512490/job/38949269241 Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>